#668633

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

Shades of Olive Drab #668633

Tints of Olive Drab #668633

Color information

#668633 (or 0x668633) is unknown color: approx Olive Drab. HEX triplet: 66, 86 and 33. RGB value is (102,134,51). Sum of RGB (Red+Green+Blue) = 102+134+51=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #668633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668633 is #9979CC. Grayscale: #737373. Windows color (decimal): -10058189 or 3376742. OLE color: 3376742.

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

Color convert

RGB10213451-
CMYK0.2400.620.47
HSL83.13º44.86%36.27%-
HSV(B)83.13º61.94%52.55%-
XYZ14.620.116.24-
YUV114.9791.9118.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=35.54%
G=46.69%
B=17.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134510.2400.620.4783.1344.8636.27
Hex6686331803E2F532d24
Octal1462066330076571235544
Binary1100110100001101100111100001111101011111010011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668633; }

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

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

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

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

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

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

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

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