#63870B

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

Shades of Olive Drab #63870B

Tints of Olive Drab #63870B

Color information

#63870B (or 0x63870B) is unknown color: approx Olive Drab. HEX triplet: 63, 87 and 0B. RGB value is (99,135,11). Sum of RGB (Red+Green+Blue) = 99+135+11=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #63870B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63870B is #9C78F4. Grayscale: #6E6E6E. Windows color (decimal): -10254581 or 755555. OLE color: 755555.

HSL color Cylindrical-coordinate representation of color #63870B: hue angle of 77.42º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63870B is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB9913511-
CMYK0.2700.920.47
HSL77.42º84.93%28.63%-
HSV(B)77.42º91.85%52.94%-
XYZ13.87203.45-
YUV110.172.07120.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 11 (4.69% from 255) = 4.49%
R=40.41%
G=55.10%
B=4.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99135110.2700.920.4777.4284.9328.63
Hex6387B1B05C2F4d551d
Octal143207133301345711512535
Binary110001110000111101111011010111001011111001101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63870B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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