#639615

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

Shades of Olive Drab #639615

Tints of Olive Drab #639615

Color information

#639615 (or 0x639615) is unknown color: approx Olive Drab. HEX triplet: 63, 96 and 15. RGB value is (99,150,21). Sum of RGB (Red+Green+Blue) = 99+150+21=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #639615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639615 is #9C69EA. Grayscale: #787878. Windows color (decimal): -10250731 or 1414755. OLE color: 1414755.

HSL color Cylindrical-coordinate representation of color #639615: hue angle of 83.72º 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 #639615 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB9915021-
CMYK0.3400.860.41
HSL83.72º75.44%33.53%-
HSV(B)83.72º86%58.82%-
XYZ16.1924.524.59-
YUV120.0472.1112.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.67%
GREEN value IS 150 (58.98% from 255) = 55.56%
BLUE value IS 21 (8.59% from 255) = 7.78%
R=36.67%
G=55.56%
B=7.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99150210.3400.860.4183.7275.4433.53
Hex6396152205629544b22
Octal143226254201265112411342
Binary110001110010110101011000100101011010100110101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639615; }

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

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

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

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

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

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

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

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