#769216

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

Shades of Olive Drab #769216

Tints of Olive Drab #769216

Color information

#769216 (or 0x769216) is unknown color: approx Olive Drab. HEX triplet: 76, 92 and 16. RGB value is (118,146,22). Sum of RGB (Red+Green+Blue) = 118+146+22=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #769216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769216 is #896DE9. Grayscale: #7B7B7B. Windows color (decimal): -9006570 or 1479286. OLE color: 1479286.

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

Color convert

RGB11814622-
CMYK0.1900.850.43
HSL73.55º73.81%32.94%-
HSV(B)73.55º84.93%57.25%-
XYZ17.8924.474.54-
YUV123.4970.72124.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 146 (57.42% from 255) = 51.05%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=41.26%
G=51.05%
B=7.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146220.1900.850.4373.5573.8132.94
Hex769216130552B4a4a21
Octal166222262301255311211241
Binary11101101001001010110100110101010110101110010101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769216; }

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

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

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

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

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

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

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

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