#63821F

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

Shades of Olive Drab #63821F

Tints of Olive Drab #63821F

Color information

#63821F (or 0x63821F) is unknown color: approx Olive Drab. HEX triplet: 63, 82 and 1F. RGB value is (99,130,31). Sum of RGB (Red+Green+Blue) = 99+130+31=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #63821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63821F is #9C7DE0. Grayscale: #6D6D6D. Windows color (decimal): -10255841 or 2064995. OLE color: 2064995.

HSL color Cylindrical-coordinate representation of color #63821F: hue angle of 78.79º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63821F is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB9913031-
CMYK0.2400.760.49
HSL78.79º61.49%31.57%-
HSV(B)78.79º76.15%50.98%-
XYZ13.3818.724.2-
YUV109.4483.73120.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.08%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 11.92%
R=38.08%
G=50%
B=11.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130310.2400.760.4978.7961.4931.57
Hex63821F1804C314f3d20
Octal14320237300114611177540
Binary1100011100000101111111000010011001100011001111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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