#639510

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

Shades of Olive Drab #639510

Tints of Olive Drab #639510

Color information

#639510 (or 0x639510) is unknown color: approx Olive Drab. HEX triplet: 63, 95 and 10. RGB value is (99,149,16). Sum of RGB (Red+Green+Blue) = 99+149+16=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #639510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639510 is #9C6AEF. Grayscale: #777777. Windows color (decimal): -10250992 or 1086819. OLE color: 1086819.

HSL color Cylindrical-coordinate representation of color #639510: hue angle of 82.56º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #639510 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB9914916-
CMYK0.3400.890.42
HSL82.56º80.61%32.35%-
HSV(B)82.56º89.26%58.43%-
XYZ15.9924.184.32-
YUV118.8969.94113.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 149 (58.59% from 255) = 56.44%
BLUE value IS 16 (6.64% from 255) = 6.06%
R=37.5%
G=56.44%
B=6.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99149160.3400.890.4282.5680.6132.35
Hex639510220592A535120
Octal143225204201315212312140
Binary110001110010101100001000100101100110101010100111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639510; }

 p { color: rgb(99,149,16); }

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

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

 a { background-color: rgb(99,149,16); }

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

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

 span { border-color: rgb(99,149,16); }

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