#768E0F

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

Shades of Olive Drab #768E0F

Tints of Olive Drab #768E0F

Color information

#768E0F (or 0x768E0F) is unknown color: approx Olive Drab. HEX triplet: 76, 8E and 0F. RGB value is (118,142,15). Sum of RGB (Red+Green+Blue) = 118+142+15=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #768E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768E0F is #8971F0. Grayscale: #787878. Windows color (decimal): -9007601 or 1019510. OLE color: 1019510.

HSL color Cylindrical-coordinate representation of color #768E0F: hue angle of 71.34º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #768E0F is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB11814215-
CMYK0.1700.890.44
HSL71.34º80.89%30.78%-
HSV(B)71.34º89.44%55.69%-
XYZ17.2323.234.03-
YUV120.3568.55126.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 142 (55.86% from 255) = 51.64%
BLUE value IS 15 (6.25% from 255) = 5.45%
R=42.91%
G=51.64%
B=5.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118142150.1700.890.4471.3480.8930.78
Hex768EF110592C47511f
Octal166216172101315410712137
Binary111011010001110111110001010110011011001000111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768E0F; }

 p { color: rgb(118,142,15); }

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

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

 a { background-color: rgb(118,142,15); }

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

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

 span { border-color: rgb(118,142,15); }

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