#668729

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

Shades of Olive Drab #668729

Tints of Olive Drab #668729

Color information

#668729 (or 0x668729) is unknown color: approx Olive Drab. HEX triplet: 66, 87 and 29. RGB value is (102,135,41). Sum of RGB (Red+Green+Blue) = 102+135+41=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #668729 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668729 is #9978D6. Grayscale: #727272. Windows color (decimal): -10057943 or 2721638. OLE color: 2721638.

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

Color convert

RGB10213541-
CMYK0.2400.700.47
HSL81.06º53.41%34.51%-
HSV(B)81.06º69.63%52.94%-
XYZ14.5420.315.25-
YUV114.4286.57119.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 135 (53.12% from 255) = 48.56%
BLUE value IS 41 (16.41% from 255) = 14.75%
R=36.69%
G=48.56%
B=14.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135410.2400.700.4781.0653.4134.51
Hex668729180462F513523
Octal14620751300106571216543
Binary11001101000011110100111000010001101011111010001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668729; }

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

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

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

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

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

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

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

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