#769226

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

Shades of Olive Drab #769226

Tints of Olive Drab #769226

Color information

#769226 (or 0x769226) is unknown color: approx Olive Drab. HEX triplet: 76, 92 and 26. RGB value is (118,146,38). Sum of RGB (Red+Green+Blue) = 118+146+38=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #769226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769226 is #896DD9. Grayscale: #7D7D7D. Windows color (decimal): -9006554 or 2527862. OLE color: 2527862.

HSL color Cylindrical-coordinate representation of color #769226: hue angle of 75.56º degrees, saturation: 0.59, 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 #769226 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB11814638-
CMYK0.1900.740.43
HSL75.56º58.7%36.08%-
HSV(B)75.56º73.97%57.25%-
XYZ18.124.555.62-
YUV125.3278.72122.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 146 (57.42% from 255) = 48.34%
BLUE value IS 38 (15.23% from 255) = 12.58%
R=39.07%
G=48.34%
B=12.58%

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
Decimal118146380.1900.740.4375.5658.736.08
Hex7692261304A2B4c3b24
Octal16622246230112531147344
Binary11101101001001010011010011010010101010111001100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769226; }

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

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

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

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

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

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

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

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