Html Css Color HEX #797002 Olive

📋 copy color: '#797002'

red 121 ◦ green 112 ◦ blue 2

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

Shades of Olive #797002

Tints of Olive #797002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 51.49%
G = 47.66%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#797002 (or 0x797002) is known color: Olive. HEX triplet: 79, 70 and 02. RGB value is (121,112,2). Sum of RGB (Red+Green+Blue) = 121+112+2=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #797002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797002 is #868FFD. Grayscale: #666666. Windows color (decimal): -8818686 or 159865. OLE color: 159865.

HSL color Cylindrical-coordinate representation of color #797002: hue angle of 55.46º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #797002 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 112 2 -
CMYK 0 0.07 0.98 0.53
HSL 55.46º 0.97% 0.24% -
HSV(B) 55.46º 0.98% 0.47% -
XYZ 13.69 15.66 2.36 -
YUV 102.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 121 112 2 0 0.07 0.98 0.53 55.46 0.97 0.24
Hex 79 70 2 0 7 62 35 37 61 18
Octal 171 160 2 0 7 142 65 67 141 30
Binary 1111001 1110000 10 0 111 1100010 110101 110111 1100001 11000

Color Harmonies of #797002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797002

Black with #797002

Text Example


Text Example

White with #797002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797002; }

 p { color: rgb(121,112,2); }

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

background-color css

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

 a { background-color: rgb(121,112,2); }

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

border-color css

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

 span { border-color: rgb(121,112,2); }

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