Html Css Color HEX #797200 Olive

📋 copy color: '#797200'

red 121 ◦ green 114 ◦ blue 0

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

Shades of Olive #797200

Tints of Olive #797200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.49%
G = 48.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#797200 (or 0x797200) is known color: Olive. HEX triplet: 79, 72 and 00. RGB value is (121,114,0). Sum of RGB (Red+Green+Blue) = 121+114+0=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #797200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797200 is #868DFF. Grayscale: #676767. Windows color (decimal): -8818176 or 29305. OLE color: 29305.

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

Color convert

RGB 121 114 0 -
CMYK 0 0.06 1 0.53
HSL 56.53º 1% 0.24% -
HSV(B) 56.53º 1% 0.47% -
XYZ 13.9 16.1 2.37 -
YUV 103.1 69.82 140.77 -
System Red Green Blue C M Y K H S L
Decimal 121 114 0 0 0.06 1 0.53 56.53 1 0.24
Hex 79 72 0 0 6 64 35 39 64 18
Octal 171 162 0 0 6 144 65 71 144 30
Binary 1111001 1110010 0 0 110 1100100 110101 111001 1100100 11000

Color Harmonies of #797200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797200

Black with #797200

Text Example


Text Example

White with #797200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797200; }

 p { color: rgb(121,114,0); }

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

background-color css

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

 a { background-color: rgb(121,114,0); }

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

border-color css

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

 span { border-color: rgb(121,114,0); }

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