#658128

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

Shades of Olive Drab #658128

Tints of Olive Drab #658128

Color information

#658128 (or 0x658128) is unknown color: approx Olive Drab. HEX triplet: 65, 81 and 28. RGB value is (101,129,40). Sum of RGB (Red+Green+Blue) = 101+129+40=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #658128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658128 is #9A7ED7. Grayscale: #6E6E6E. Windows color (decimal): -10125016 or 2654565. OLE color: 2654565.

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

Color convert

RGB10112940-
CMYK0.2200.690.49
HSL78.88º52.66%33.14%-
HSV(B)78.88º68.99%50.59%-
XYZ13.618.624.88-
YUV110.4888.22121.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 129 (50.78% from 255) = 47.78%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=37.41%
G=47.78%
B=14.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101129400.2200.690.4978.8852.6633.14
Hex65812816045314f3521
Octal14520150260105611176541
Binary11001011000000110100010110010001011100011001111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658128; }

 p { color: rgb(101,129,40); }

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

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

 a { background-color: rgb(101,129,40); }

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

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

 span { border-color: rgb(101,129,40); }

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