Html Css Color HEX #797005 Olive

📋 copy color: '#797005'

red 121 ◦ green 112 ◦ blue 5

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

Shades of Olive #797005

Tints of Olive #797005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.1%

R = 50.84%
G = 47.06%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#797005 (or 0x797005) is known color: Olive. HEX triplet: 79, 70 and 05. RGB value is (121,112,5). Sum of RGB (Red+Green+Blue) = 121+112+5=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #797005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797005 is #868FFA. Grayscale: #666666. Windows color (decimal): -8818683 or 356473. OLE color: 356473.

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

Color convert

RGB 121 112 5 -
CMYK 0 0.07 0.96 0.53
HSL 55.34º 0.92% 0.25% -
HSV(B) 55.34º 0.96% 0.47% -
XYZ 13.71 15.66 2.44 -
YUV 102.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 121 112 5 0 0.07 0.96 0.53 55.34 0.92 0.25
Hex 79 70 5 0 7 60 35 37 5C 19
Octal 171 160 5 0 7 140 65 67 134 31
Binary 1111001 1110000 101 0 111 1100000 110101 110111 1011100 11001

Color Harmonies of #797005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797005

Black with #797005

Text Example


Text Example

White with #797005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797005; }

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

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

background-color css

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

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

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

border-color css

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

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

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