#63821E

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

Shades of Olive Drab #63821E

Tints of Olive Drab #63821E

Color information

#63821E (or 0x63821E) is unknown color: approx Olive Drab. HEX triplet: 63, 82 and 1E. RGB value is (99,130,30). Sum of RGB (Red+Green+Blue) = 99+130+30=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #63821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63821E is #9C7DE1. Grayscale: #6D6D6D. Windows color (decimal): -10255842 or 1999459. OLE color: 1999459.

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

Color convert

RGB9913030-
CMYK0.2400.770.49
HSL78.6º62.5%31.37%-
HSV(B)78.6º76.92%50.98%-
XYZ13.3618.714.14-
YUV109.3383.23120.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=38.22%
G=50.19%
B=11.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130300.2400.770.4978.662.531.37
Hex63821E1804D314f3e1f
Octal14320236300115611177637
Binary110001110000010111101100001001101110001100111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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