#769126

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

Shades of Olive Drab #769126

Tints of Olive Drab #769126

Color information

#769126 (or 0x769126) is unknown color: approx Olive Drab. HEX triplet: 76, 91 and 26. RGB value is (118,145,38). Sum of RGB (Red+Green+Blue) = 118+145+38=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #769126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769126 is #896ED9. Grayscale: #7D7D7D. Windows color (decimal): -9006810 or 2527606. OLE color: 2527606.

HSL color Cylindrical-coordinate representation of color #769126: hue angle of 75.14º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #769126 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB11814538-
CMYK0.1900.740.43
HSL75.14º58.47%35.88%-
HSV(B)75.14º73.79%56.86%-
XYZ17.9524.245.57-
YUV124.7379.05123.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 145 (57.03% from 255) = 48.17%
BLUE value IS 38 (15.23% from 255) = 12.62%
R=39.20%
G=48.17%
B=12.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118145380.1900.740.4375.1458.4735.88
Hex7691261304A2B4b3a24
Octal16622146230112531137244
Binary11101101001000110011010011010010101010111001011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769126; }

 p { color: rgb(118,145,38); }

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

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

 a { background-color: rgb(118,145,38); }

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

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

 span { border-color: rgb(118,145,38); }

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