#769915

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

Shades of Olive Drab #769915

Tints of Olive Drab #769915

Color information

#769915 (or 0x769915) is unknown color: approx Olive Drab. HEX triplet: 76, 99 and 15. RGB value is (118,153,21). Sum of RGB (Red+Green+Blue) = 118+153+21=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #769915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769915 is #8966EA. Grayscale: #7F7F7F. Windows color (decimal): -9004779 or 1415542. OLE color: 1415542.

HSL color Cylindrical-coordinate representation of color #769915: hue angle of 75.91º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #769915 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB11815321-
CMYK0.2300.860.4
HSL75.91º75.86%34.12%-
HSV(B)75.91º86.27%60%-
XYZ1926.694.86-
YUV127.4967.9121.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 153 (60.16% from 255) = 52.40%
BLUE value IS 21 (8.59% from 255) = 7.19%
R=40.41%
G=52.40%
B=7.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153210.2300.860.475.9175.8634.12
Hex76991517056284c4c22
Octal166231252701265011411442
Binary11101101001100110101101110101011010100010011001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769915; }

 p { color: rgb(118,153,21); }

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

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

 a { background-color: rgb(118,153,21); }

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

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

 span { border-color: rgb(118,153,21); }

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