#649615

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

Shades of Olive Drab #649615

Tints of Olive Drab #649615

Color information

#649615 (or 0x649615) is unknown color: approx Olive Drab. HEX triplet: 64, 96 and 15. RGB value is (100,150,21). Sum of RGB (Red+Green+Blue) = 100+150+21=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #649615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649615 is #9B69EA. Grayscale: #787878. Windows color (decimal): -10185195 or 1414756. OLE color: 1414756.

HSL color Cylindrical-coordinate representation of color #649615: hue angle of 83.26º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #649615 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB10015021-
CMYK0.3300.860.41
HSL83.26º75.44%33.53%-
HSV(B)83.26º86%58.82%-
XYZ16.324.584.59-
YUV120.3471.94113.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 150 (58.98% from 255) = 55.35%
BLUE value IS 21 (8.59% from 255) = 7.75%
R=36.90%
G=55.35%
B=7.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100150210.3300.860.4183.2675.4433.53
Hex6496152105629534b22
Octal144226254101265112311342
Binary110010010010110101011000010101011010100110100111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649615; }

 p { color: rgb(100,150,21); }

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

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

 a { background-color: rgb(100,150,21); }

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

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

 span { border-color: rgb(100,150,21); }

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