#658031

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

Shades of Olive Drab #658031

Tints of Olive Drab #658031

Color information

#658031 (or 0x658031) is unknown color: approx Olive Drab. HEX triplet: 65, 80 and 31. RGB value is (101,128,49). Sum of RGB (Red+Green+Blue) = 101+128+49=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #658031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658031 is #9A7FCE. Grayscale: #6F6F6F. Windows color (decimal): -10125263 or 3244133. OLE color: 3244133.

HSL color Cylindrical-coordinate representation of color #658031: hue angle of 80.51º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #658031 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB10112849-
CMYK0.2100.620.50
HSL80.51º44.63%34.71%-
HSV(B)80.51º61.72%50.2%-
XYZ13.6418.435.74-
YUV110.9293.05120.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 128 (50.39% from 255) = 46.04%
BLUE value IS 49 (19.53% from 255) = 17.63%
R=36.33%
G=46.04%
B=17.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101128490.2100.620.5080.5144.6334.71
Hex6580311503E32512d23
Octal1452006125076621215543
Binary1100101100000001100011010101111101100101010001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658031; }

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

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

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

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

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

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

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

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