Html Css Color HEX #799914 Christi

📋 copy color: '#799914'

red 121 ◦ green 153 ◦ blue 20

#799914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #799914

Tints of Christi #799914

RGB

 RED value IS 121 (47.66% from 255) = 41.16%

 GREEN value IS 153 (60.16% from 255) = 52.04%

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 41.16%
G = 52.04%
B = 6.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#799914 (or 0x799914) is known color: Christi. HEX triplet: 79, 99 and 14. RGB value is (121,153,20). Sum of RGB (Red+Green+Blue) = 121+153+20=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #799914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799914 is #8666EB. Grayscale: #808080. Windows color (decimal): -8808172 or 1350009. OLE color: 1350009.

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

Color convert

RGB 121 153 20 -
CMYK 0.21 0 0.87 0.4
HSL 74.44º 0.77% 0.34% -
HSV(B) 74.44º 0.87% 0.6% -
XYZ 19.4 26.9 4.83 -
YUV 128.27 66.9 122.81 -
System Red Green Blue C M Y K H S L
Decimal 121 153 20 0.21 0 0.87 0.4 74.44 0.77 0.34
Hex 79 99 14 15 0 57 28 4A 4D 22
Octal 171 231 24 25 0 127 50 112 115 42
Binary 1111001 10011001 10100 10101 0 1010111 101000 1001010 1001101 100010

Color Harmonies of #799914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799914

Black with #799914

Text Example


Text Example

White with #799914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799914; }

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

 H1.HeaderClassName
 {
   color: #799914;
 }
 .AnyTagClassName
 {
   color: #799914;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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