#768D27

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

Shades of Olive Drab #768D27

Tints of Olive Drab #768D27

Color information

#768D27 (or 0x768D27) is unknown color: approx Olive Drab. HEX triplet: 76, 8D and 27. RGB value is (118,141,39). Sum of RGB (Red+Green+Blue) = 118+141+39=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #768D27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D27 is #8972D8. Grayscale: #7A7A7A. Windows color (decimal): -9007833 or 2592118. OLE color: 2592118.

HSL color Cylindrical-coordinate representation of color #768D27: hue angle of 73.53º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #768D27 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB11814139-
CMYK0.1600.720.45
HSL73.53º56.67%35.29%-
HSV(B)73.53º72.34%55.29%-
XYZ17.3623.055.45-
YUV122.4980.88124.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 141 (55.47% from 255) = 47.32%
BLUE value IS 39 (15.62% from 255) = 13.09%
R=39.60%
G=47.32%
B=13.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118141390.1600.720.4573.5356.6735.29
Hex768D27100482D4a3923
Octal16621547200110551127143
Binary11101101000110110011110000010010001011011001010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,141,39); }

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

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

 a { background-color: rgb(118,141,39); }

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

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

 span { border-color: rgb(118,141,39); }

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