#76941f

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

Shades of Olive Drab #76941F

Tints of Olive Drab #76941F

Color information

#76941F (or 0x76941F) is unknown color: approx Olive Drab. HEX triplet: 76, 94 and 1F. RGB value is (118,148,31). Sum of RGB (Red+Green+Blue) = 118+148+31=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #76941F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76941F is #896BE0. Grayscale: #7E7E7E. Windows color (decimal): -9006049 or 2069622. OLE color: 2069622.

HSL color Cylindrical-coordinate representation of color #76941F: hue angle of 75.38º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76941F is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB11814831-
CMYK0.2000.790.42
HSL75.38º65.36%35.1%-
HSV(B)75.38º79.05%58.04%-
XYZ18.3125.135.18-
YUV125.6974.56122.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 148 (58.20% from 255) = 49.83%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=39.73%
G=49.83%
B=10.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148310.2000.790.4275.3865.3635.1
Hex76941F1404F2A4b4123
Octal166224372401175211310143
Binary11101101001010011111101000100111110101010010111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76941f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76941f; }

 p { color: rgb(118,148,31); }

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

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

 a { background-color: rgb(118,148,31); }

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

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

 span { border-color: rgb(118,148,31); }

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