#796902

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

Shades of Olive #796902

Tints of Olive #796902

Color information

#796902 (or 0x796902) is unknown color: approx Olive. HEX triplet: 79, 69 and 02. RGB value is (121,105,2). Sum of RGB (Red+Green+Blue) = 121+105+2=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #796902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796902 is #8696FD. Grayscale: #626262. Windows color (decimal): -8820478 or 158073. OLE color: 158073.

HSL color Cylindrical-coordinate representation of color #796902: hue angle of 51.93º 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 #796902 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1211052-
CMYK00.130.980.53
HSL51.93º96.75%24.12%-
HSV(B)51.93º98.35%47.45%-
XYZ12.9514.172.11-
YUV98.0473.8144.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.07%
GREEN value IS 105 (41.41% from 255) = 46.05%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=53.07%
G=46.05%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121105200.130.980.5351.9396.7524.12
Hex796920D6235346118
Octal1711512015142656414130
Binary1111001110100110011011100010110101110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796902; }

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

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

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

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

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

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

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

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