#668433

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

Shades of Olive Drab #668433

Tints of Olive Drab #668433

Color information

#668433 (or 0x668433) is unknown color: approx Olive Drab. HEX triplet: 66, 84 and 33. RGB value is (102,132,51). Sum of RGB (Red+Green+Blue) = 102+132+51=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #668433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668433 is #997BCC. Grayscale: #727272. Windows color (decimal): -10058701 or 3376230. OLE color: 3376230.

HSL color Cylindrical-coordinate representation of color #668433: hue angle of 82.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #668433 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB10213251-
CMYK0.2300.610.48
HSL82.22º44.26%35.88%-
HSV(B)82.22º61.36%51.76%-
XYZ14.3319.576.15-
YUV113.892.56119.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=35.79%
G=46.32%
B=17.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132510.2300.610.4882.2244.2635.88
Hex6684331703D30522c24
Octal1462046327075601225444
Binary1100110100001001100111011101111011100001010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668433; }

 p { color: rgb(102,132,51); }

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

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

 a { background-color: rgb(102,132,51); }

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

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

 span { border-color: rgb(102,132,51); }

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