#668727

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

Shades of Olive Drab #668727

Tints of Olive Drab #668727

Color information

#668727 (or 0x668727) is unknown color: approx Olive Drab. HEX triplet: 66, 87 and 27. RGB value is (102,135,39). Sum of RGB (Red+Green+Blue) = 102+135+39=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #668727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668727 is #9978D8. Grayscale: #727272. Windows color (decimal): -10057945 or 2590566. OLE color: 2590566.

HSL color Cylindrical-coordinate representation of color #668727: hue angle of 80.62º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #668727 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB10213539-
CMYK0.2400.710.47
HSL80.62º55.17%34.12%-
HSV(B)80.62º71.11%52.94%-
XYZ14.5120.35.07-
YUV114.1985.57119.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 135 (53.12% from 255) = 48.91%
BLUE value IS 39 (15.62% from 255) = 14.13%
R=36.96%
G=48.91%
B=14.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135390.2400.710.4780.6255.1734.12
Hex668727180472F513722
Octal14620747300107571216742
Binary11001101000011110011111000010001111011111010001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668727; }

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

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

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

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

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

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

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

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