#639015

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

Shades of Olive Drab #639015

Tints of Olive Drab #639015

Color information

#639015 (or 0x639015) is unknown color: approx Olive Drab. HEX triplet: 63, 90 and 15. RGB value is (99,144,21). Sum of RGB (Red+Green+Blue) = 99+144+21=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #639015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639015 is #9C6FEA. Grayscale: #747474. Windows color (decimal): -10252267 or 1413219. OLE color: 1413219.

HSL color Cylindrical-coordinate representation of color #639015: hue angle of 81.95º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #639015 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB9914421-
CMYK0.3100.850.44
HSL81.95º74.55%32.35%-
HSV(B)81.95º85.42%56.47%-
XYZ15.2522.654.28-
YUV116.5274.09115.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 144 (56.64% from 255) = 54.55%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=37.5%
G=54.55%
B=7.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99144210.3100.850.4481.9574.5532.35
Hex6390151F0552C524b20
Octal143220253701255412211340
Binary11000111001000010101111110101010110110010100101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639015; }

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

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

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

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

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

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

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

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