#668B27

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

Shades of Olive Drab #668B27

Tints of Olive Drab #668B27

Color information

#668B27 (or 0x668B27) is unknown color: approx Olive Drab. HEX triplet: 66, 8B and 27. RGB value is (102,139,39). Sum of RGB (Red+Green+Blue) = 102+139+39=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #668B27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B27 is #9974D8. Grayscale: #747474. Windows color (decimal): -10056921 or 2591590. OLE color: 2591590.

HSL color Cylindrical-coordinate representation of color #668B27: hue angle of 82.2º degrees, saturation: 0.56, 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 #668B27 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB10213939-
CMYK0.2700.720.45
HSL82.2º56.18%34.9%-
HSV(B)82.2º71.94%54.51%-
XYZ15.0821.445.26-
YUV116.5484.24117.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 139 (54.69% from 255) = 49.64%
BLUE value IS 39 (15.62% from 255) = 13.93%
R=36.43%
G=49.64%
B=13.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102139390.2700.720.4582.256.1834.9
Hex668B271B0482D523823
Octal14621347330110551227043
Binary11001101000101110011111011010010001011011010010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668B27; }

 p { color: rgb(102,139,39); }

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

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

 a { background-color: rgb(102,139,39); }

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

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

 span { border-color: rgb(102,139,39); }

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