#63840B

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

Shades of Olive Drab #63840B

Tints of Olive Drab #63840B

Color information

#63840B (or 0x63840B) is unknown color: approx Olive Drab. HEX triplet: 63, 84 and 0B. RGB value is (99,132,11). Sum of RGB (Red+Green+Blue) = 99+132+11=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #63840B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63840B is #9C7BF4. Grayscale: #6C6C6C. Windows color (decimal): -10255349 or 754787. OLE color: 754787.

HSL color Cylindrical-coordinate representation of color #63840B: hue angle of 76.36º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63840B is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB9913211-
CMYK0.2500.920.48
HSL76.36º84.62%28.04%-
HSV(B)76.36º91.67%51.76%-
XYZ13.4619.183.31-
YUV108.3473.07121.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 132 (51.95% from 255) = 54.55%
BLUE value IS 11 (4.69% from 255) = 4.55%
R=40.91%
G=54.55%
B=4.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99132110.2500.920.4876.3684.6228.04
Hex6384B1905C304c551c
Octal143204133101346011412534
Binary110001110000100101111001010111001100001001100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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