#63911F

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

Shades of Olive Drab #63911F

Tints of Olive Drab #63911F

Color information

#63911F (or 0x63911F) is unknown color: approx Olive Drab. HEX triplet: 63, 91 and 1F. RGB value is (99,145,31). Sum of RGB (Red+Green+Blue) = 99+145+31=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #63911F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63911F is #9C6EE0. Grayscale: #767676. Windows color (decimal): -10252001 or 2068835. OLE color: 2068835.

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

Color convert

RGB9914531-
CMYK0.3200.790.43
HSL84.21º64.77%34.51%-
HSV(B)84.21º78.62%56.86%-
XYZ15.52234.92-
YUV118.2578.76114.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 145 (57.03% from 255) = 52.73%
BLUE value IS 31 (12.5% from 255) = 11.27%
R=36%
G=52.73%
B=11.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99145310.3200.790.4384.2164.7734.51
Hex63911F2004F2B544123
Octal143221374001175312410143
Binary110001110010001111111000000100111110101110101001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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