#658029

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

Shades of Olive Drab #658029

Tints of Olive Drab #658029

Color information

#658029 (or 0x658029) is unknown color: approx Olive Drab. HEX triplet: 65, 80 and 29. RGB value is (101,128,41). Sum of RGB (Red+Green+Blue) = 101+128+41=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #658029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658029 is #9A7FD6. Grayscale: #6E6E6E. Windows color (decimal): -10125271 or 2719845. OLE color: 2719845.

HSL color Cylindrical-coordinate representation of color #658029: hue angle of 78.62º 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 #658029 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB10112841-
CMYK0.2100.680.50
HSL78.62º51.48%33.14%-
HSV(B)78.62º67.97%50.2%-
XYZ13.4918.374.93-
YUV110.0189.05121.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 128 (50.39% from 255) = 47.41%
BLUE value IS 41 (16.41% from 255) = 15.19%
R=37.41%
G=47.41%
B=15.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101128410.2100.680.5078.6251.4833.14
Hex65802915044324f3321
Octal14520051250104621176341
Binary11001011000000010100110101010001001100101001111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658029; }

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

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

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

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

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

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

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

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