#768E24

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

Shades of Olive Drab #768E24

Tints of Olive Drab #768E24

Color information

#768E24 (or 0x768E24) is unknown color: approx Olive Drab. HEX triplet: 76, 8E and 24. RGB value is (118,142,36). Sum of RGB (Red+Green+Blue) = 118+142+36=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #768E24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768E24 is #8971DB. Grayscale: #7B7B7B. Windows color (decimal): -9007580 or 2395766. OLE color: 2395766.

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

Color convert

RGB11814236-
CMYK0.1700.750.44
HSL73.58º59.55%34.9%-
HSV(B)73.58º74.65%55.69%-
XYZ17.4623.325.25-
YUV122.7479.05124.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 142 (55.86% from 255) = 47.97%
BLUE value IS 36 (14.45% from 255) = 12.16%
R=39.86%
G=47.97%
B=12.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118142360.1700.750.4473.5859.5534.9
Hex768E241104B2C4a3c23
Octal16621644210113541127443
Binary11101101000111010010010001010010111011001001010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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