#76921F

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

Shades of Olive Drab #76921F

Tints of Olive Drab #76921F

Color information

#76921F (or 0x76921F) is unknown color: approx Olive Drab. HEX triplet: 76, 92 and 1F. RGB value is (118,146,31). Sum of RGB (Red+Green+Blue) = 118+146+31=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #76921F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76921F is #896DE0. Grayscale: #7C7C7C. Windows color (decimal): -9006561 or 2069110. OLE color: 2069110.

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

Color convert

RGB11814631-
CMYK0.1900.790.43
HSL74.61º64.97%34.71%-
HSV(B)74.61º78.77%57.25%-
XYZ1824.515.08-
YUV124.5275.22123.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 31 (12.5% from 255) = 10.51%
R=40%
G=49.49%
B=10.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146310.1900.790.4374.6164.9734.71
Hex76921F1304F2B4b4123
Octal166222372301175311310143
Binary11101101001001011111100110100111110101110010111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76921F; }

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

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

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

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

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

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

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

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