#63911B

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

Shades of Olive Drab #63911B

Tints of Olive Drab #63911B

Color information

#63911B (or 0x63911B) is unknown color: approx Olive Drab. HEX triplet: 63, 91 and 1B. RGB value is (99,145,27). Sum of RGB (Red+Green+Blue) = 99+145+27=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #63911B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63911B is #9C6EE4. Grayscale: #767676. Windows color (decimal): -10252005 or 1806691. OLE color: 1806691.

HSL color Cylindrical-coordinate representation of color #63911B: hue angle of 83.39º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63911B is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB9914527-
CMYK0.3200.810.43
HSL83.39º68.6%33.73%-
HSV(B)83.39º81.38%56.86%-
XYZ15.4722.984.66-
YUV117.7976.76114.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 145 (57.03% from 255) = 53.51%
BLUE value IS 27 (10.94% from 255) = 9.96%
R=36.53%
G=53.51%
B=9.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99145270.3200.810.4383.3968.633.73
Hex63911B200512B534522
Octal143221334001215312310542
Binary110001110010001110111000000101000110101110100111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63911B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63911B; }

 p { color: rgb(99,145,27); }

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

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

 a { background-color: rgb(99,145,27); }

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

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

 span { border-color: rgb(99,145,27); }

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