#63871e

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

Shades of Olive Drab #63871E

Tints of Olive Drab #63871E

Color information

#63871E (or 0x63871E) is unknown color: approx Olive Drab. HEX triplet: 63, 87 and 1E. RGB value is (99,135,30). Sum of RGB (Red+Green+Blue) = 99+135+30=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #63871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63871E is #9C78E1. Grayscale: #707070. Windows color (decimal): -10254562 or 2000739. OLE color: 2000739.

HSL color Cylindrical-coordinate representation of color #63871E: hue angle of 80.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63871E is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB9913530-
CMYK0.2700.780.47
HSL80.57º63.64%32.35%-
HSV(B)80.57º77.78%52.94%-
XYZ14.0420.074.36-
YUV112.2781.57118.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 30 (12.11% from 255) = 11.36%
R=37.5%
G=51.14%
B=11.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99135300.2700.780.4780.5763.6432.35
Hex63871E1B04E2F514020
Octal143207363301165712110040
Binary11000111000011111110110110100111010111110100011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63871e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63871e; }

 p { color: rgb(99,135,30); }

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

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

 a { background-color: rgb(99,135,30); }

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

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

 span { border-color: rgb(99,135,30); }

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