#668D27

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

Shades of Olive Drab #668D27

Tints of Olive Drab #668D27

Color information

#668D27 (or 0x668D27) is unknown color: approx Olive Drab. HEX triplet: 66, 8D and 27. RGB value is (102,141,39). Sum of RGB (Red+Green+Blue) = 102+141+39=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #668D27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D27 is #9972D8. Grayscale: #767676. Windows color (decimal): -10056409 or 2592102. OLE color: 2592102.

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

Color convert

RGB10214139-
CMYK0.2800.720.45
HSL82.94º56.67%35.29%-
HSV(B)82.94º72.34%55.29%-
XYZ15.3722.025.36-
YUV117.7183.58116.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 141 (55.47% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 13.83%
R=36.17%
G=50%
B=13.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102141390.2800.720.4582.9456.6735.29
Hex668D271C0482D533923
Octal14621547340110551237143
Binary11001101000110110011111100010010001011011010011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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