#63821A

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

Shades of Olive Drab #63821A

Tints of Olive Drab #63821A

Color information

#63821A (or 0x63821A) is unknown color: approx Olive Drab. HEX triplet: 63, 82 and 1A. RGB value is (99,130,26). Sum of RGB (Red+Green+Blue) = 99+130+26=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #63821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63821A is #9C7DE5. Grayscale: #6D6D6D. Windows color (decimal): -10255846 or 1737315. OLE color: 1737315.

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

Color convert

RGB9913026-
CMYK0.2400.80.49
HSL77.88º66.67%30.59%-
HSV(B)77.88º80%50.98%-
XYZ13.3118.693.88-
YUV108.8881.23120.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=38.82%
G=50.98%
B=10.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130260.2400.80.4977.8866.6730.59
Hex63821A18050314e431f
Octal143202323001206111610337
Binary1100011100000101101011000010100001100011001110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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