#668523

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

Shades of Olive Drab #668523

Tints of Olive Drab #668523

Color information

#668523 (or 0x668523) is unknown color: approx Olive Drab. HEX triplet: 66, 85 and 23. RGB value is (102,133,35). Sum of RGB (Red+Green+Blue) = 102+133+35=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #668523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668523 is #997ADC. Grayscale: #707070. Windows color (decimal): -10058461 or 2327910. OLE color: 2327910.

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

Color convert

RGB10213335-
CMYK0.2300.740.48
HSL78.98º58.33%32.94%-
HSV(B)78.98º73.68%52.16%-
XYZ14.1719.724.65-
YUV112.5684.23120.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 35 (14.06% from 255) = 12.96%
R=37.78%
G=49.26%
B=12.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133350.2300.740.4878.9858.3332.94
Hex6685231704A304f3a21
Octal14620543270112601177241
Binary11001101000010110001110111010010101100001001111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668523; }

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

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

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

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

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

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

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

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