#668223

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

Shades of Olive Drab #668223

Tints of Olive Drab #668223

Color information

#668223 (or 0x668223) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 23. RGB value is (102,130,35). Sum of RGB (Red+Green+Blue) = 102+130+35=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #668223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668223 is #997DDC. Grayscale: #6F6F6F. Windows color (decimal): -10059229 or 2327142. OLE color: 2327142.

HSL color Cylindrical-coordinate representation of color #668223: hue angle of 77.68º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #668223 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB10213035-
CMYK0.2200.730.49
HSL77.68º57.58%32.35%-
HSV(B)77.68º73.08%50.98%-
XYZ13.7718.914.51-
YUV110.885.22121.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 130 (51.17% from 255) = 48.69%
BLUE value IS 35 (14.06% from 255) = 13.11%
R=38.20%
G=48.69%
B=13.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130350.2200.730.4977.6857.5832.35
Hex66822316049314e3a20
Octal14620243260111611167240
Binary11001101000001010001110110010010011100011001110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668223; }

 p { color: rgb(102,130,35); }

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

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

 a { background-color: rgb(102,130,35); }

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

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

 span { border-color: rgb(102,130,35); }

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