#668429

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

Shades of Olive Drab #668429

Tints of Olive Drab #668429

Color information

#668429 (or 0x668429) is unknown color: approx Olive Drab. HEX triplet: 66, 84 and 29. RGB value is (102,132,41). Sum of RGB (Red+Green+Blue) = 102+132+41=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #668429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668429 is #997BD6. Grayscale: #707070. Windows color (decimal): -10058711 or 2720870. OLE color: 2720870.

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

Color convert

RGB10213241-
CMYK0.2300.690.48
HSL79.78º52.6%33.92%-
HSV(B)79.78º68.94%51.76%-
XYZ14.1319.495.11-
YUV112.6687.56120.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 41 (16.41% from 255) = 14.91%
R=37.09%
G=48%
B=14.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132410.2300.690.4879.7852.633.92
Hex6684291704530503522
Octal14620451270105601206542
Binary11001101000010010100110111010001011100001010000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668429; }

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

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

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

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

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

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

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

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