#799C13

Color #799C13 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #799C13

Tints of Christi #799C13

Color information

#799C13 (or 0x799C13) is unknown color: approx Christi. HEX triplet: 79, 9C and 13. RGB value is (121,156,19). Sum of RGB (Red+Green+Blue) = 121+156+19=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #799C13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799C13 is #8663EC. Grayscale: #828282. Windows color (decimal): -8807405 or 1285241. OLE color: 1285241.

HSL color Cylindrical-coordinate representation of color #799C13: hue angle of 75.33º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #799C13 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB12115619-
CMYK0.2200.880.39
HSL75.33º78.29%34.31%-
HSV(B)75.33º87.82%61.18%-
XYZ19.8927.894.95-
YUV129.9265.4121.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 40.88%
GREEN value IS 156 (61.33% from 255) = 52.70%
BLUE value IS 19 (7.81% from 255) = 6.42%
R=40.88%
G=52.70%
B=6.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121156190.2200.880.3975.3378.2934.31
Hex799C1316058274b4e22
Octal171234232601304711311642
Binary11110011001110010011101100101100010011110010111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799C13; }

 p { color: rgb(121,156,19); }

 H1.HeaderClassName
 {
   color: #799C13;
 }
 .AnyTagClassName
 {
   color: #799C13;
 }
</style>
background-color css

<style>
 a { background-color: #799C13; }

 a { background-color: rgb(121,156,19); }

 div.DivClassName
 {
   background-color: #799C13;
 }
 .BgClassName
 {
   background-color: #799C13;
 }
</style>
border-color css

<style>
 span { border-color: #799C13; }

 span { border-color: rgb(121,156,19); }

 td.TdClassName
 {
   border-color: #799C13;
 }
 .TagClassName
 {
   border-color: #799C13;
 }
</style>