#799913

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

Shades of Christi #799913

Tints of Christi #799913

Color information

#799913 (or 0x799913) is unknown color: approx Christi. HEX triplet: 79, 99 and 13. RGB value is (121,153,19). Sum of RGB (Red+Green+Blue) = 121+153+19=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #799913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799913 is #8666EC. Grayscale: #808080. Windows color (decimal): -8808173 or 1284473. OLE color: 1284473.

HSL color Cylindrical-coordinate representation of color #799913: hue angle of 74.33º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #799913 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB12115319-
CMYK0.2100.880.4
HSL74.33º77.91%33.73%-
HSV(B)74.33º87.58%60%-
XYZ19.3926.894.79-
YUV128.1666.4122.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.30%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 19 (7.81% from 255) = 6.48%
R=41.30%
G=52.22%
B=6.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121153190.2100.880.474.3377.9133.73
Hex79991315058284a4e22
Octal171231232501305011211642
Binary11110011001100110011101010101100010100010010101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799913; }

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

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

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

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

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

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

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

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