#76950E

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

Shades of Olive Drab #76950E

Tints of Olive Drab #76950E

Color information

#76950E (or 0x76950E) is unknown color: approx Olive Drab. HEX triplet: 76, 95 and 0E. RGB value is (118,149,14). Sum of RGB (Red+Green+Blue) = 118+149+14=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #76950E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76950E is #896AF1. Grayscale: #7C7C7C. Windows color (decimal): -9005810 or 955766. OLE color: 955766.

HSL color Cylindrical-coordinate representation of color #76950E: hue angle of 73.78º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76950E is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB11814914-
CMYK0.2100.910.42
HSL73.78º82.82%31.96%-
HSV(B)73.78º90.6%58.43%-
XYZ18.325.384.35-
YUV124.3465.73123.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 149 (58.59% from 255) = 53.02%
BLUE value IS 14 (5.86% from 255) = 4.98%
R=41.99%
G=53.02%
B=4.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149140.2100.910.4273.7882.8231.96
Hex7695E1505B2A4a5320
Octal166225162501335211212340
Binary1110110100101011110101010101101110101010010101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76950E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76950E; }

 p { color: rgb(118,149,14); }

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

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

 a { background-color: rgb(118,149,14); }

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

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

 span { border-color: rgb(118,149,14); }

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