#668029

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

Shades of Olive Drab #668029

Tints of Olive Drab #668029

Color information

#668029 (or 0x668029) is unknown color: approx Olive Drab. HEX triplet: 66, 80 and 29. RGB value is (102,128,41). Sum of RGB (Red+Green+Blue) = 102+128+41=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #668029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668029 is #997FD6. Grayscale: #6E6E6E. Windows color (decimal): -10059735 or 2719846. OLE color: 2719846.

HSL color Cylindrical-coordinate representation of color #668029: hue angle of 77.93º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #668029 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB10212841-
CMYK0.2000.680.50
HSL77.93º51.48%33.14%-
HSV(B)77.93º67.97%50.2%-
XYZ13.618.424.94-
YUV110.3188.89122.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 128 (50.39% from 255) = 47.23%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=37.64%
G=47.23%
B=15.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128410.2000.680.5077.9351.4833.14
Hex66802914044324e3321
Octal14620051240104621166341
Binary11001101000000010100110100010001001100101001110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668029; }

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

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

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

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

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

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

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

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