#797208

Color #797208 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #797208

Tints of Olive #797208

Color information

#797208 (or 0x797208) is unknown color: approx Olive. HEX triplet: 79, 72 and 08. RGB value is (121,114,8). Sum of RGB (Red+Green+Blue) = 121+114+8=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #797208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797208 is #868DF7. Grayscale: #686868. Windows color (decimal): -8818168 or 553593. OLE color: 553593.

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

Color convert

RGB1211148-
CMYK00.060.930.53
HSL56.28º87.6%25.29%-
HSV(B)56.28º93.39%47.45%-
XYZ13.9516.122.61-
YUV104.0173.82140.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.79%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 8 (3.52% from 255) = 3.29%
R=49.79%
G=46.91%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121114800.060.930.5356.2887.625.29
Hex79728065D35385819
Octal1711621006135657013031
Binary11110011110010100001101011101110101111000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797208; }

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

 H1.HeaderClassName
 {
   color: #797208;
 }
 .AnyTagClassName
 {
   color: #797208;
 }
</style>
background-color css

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

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

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

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

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

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