#79870D

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

Shades of Olive #79870D

Tints of Olive #79870D

Color information

#79870D (or 0x79870D) is unknown color: approx Olive. HEX triplet: 79, 87 and 0D. RGB value is (121,135,13). Sum of RGB (Red+Green+Blue) = 121+135+13=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #79870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79870D is #8678F2. Grayscale: #757575. Windows color (decimal): -8812787 or 886649. OLE color: 886649.

HSL color Cylindrical-coordinate representation of color #79870D: hue angle of 66.89º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79870D is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB12113513-
CMYK0.1000.900.47
HSL66.89º82.43%29.02%-
HSV(B)66.89º90.37%52.94%-
XYZ16.6221.423.64-
YUV116.9169.36130.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 135 (53.12% from 255) = 50.19%
BLUE value IS 13 (5.47% from 255) = 4.83%
R=44.98%
G=50.19%
B=4.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121135130.1000.900.4766.8982.4329.02
Hex7987DA05A2F43521d
Octal171207151201325710312235
Binary11110011000011111011010010110101011111000011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79870D; }

 p { color: rgb(121,135,13); }

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

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

 a { background-color: rgb(121,135,13); }

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

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

 span { border-color: rgb(121,135,13); }

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