Html Css Color HEX #799008 Olive

📋 copy color: '#799008'

red 121 ◦ green 144 ◦ blue 8

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

Shades of Olive #799008

Tints of Olive #799008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.75%

 BLUE value IS 8 (3.52% from 255) = 2.93%

R = 44.32%
G = 52.75%
B = 2.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#799008 (or 0x799008) is known color: Olive. HEX triplet: 79, 90 and 08. RGB value is (121,144,8). Sum of RGB (Red+Green+Blue) = 121+144+8=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #799008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799008 is #866FF7. Grayscale: #7A7A7A. Windows color (decimal): -8810488 or 561273. OLE color: 561273.

HSL color Cylindrical-coordinate representation of color #799008: hue angle of 70.15º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #799008 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 144 8 -
CMYK 0.16 0 0.94 0.44
HSL 70.15º 0.89% 0.3% -
HSV(B) 70.15º 0.94% 0.56% -
XYZ 17.9 24.03 3.92 -
YUV 121.62 63.88 127.56 -
System Red Green Blue C M Y K H S L
Decimal 121 144 8 0.16 0 0.94 0.44 70.15 0.89 0.3
Hex 79 90 8 10 0 5E 2C 46 59 1E
Octal 171 220 10 20 0 136 54 106 131 36
Binary 1111001 10010000 1000 10000 0 1011110 101100 1000110 1011001 11110

Color Harmonies of #799008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799008

Black with #799008

Text Example


Text Example

White with #799008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799008; }

 p { color: rgb(121,144,8); }

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

background-color css

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

 a { background-color: rgb(121,144,8); }

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

border-color css

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

 span { border-color: rgb(121,144,8); }

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