#63801E

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

Shades of Olive Drab #63801E

Tints of Olive Drab #63801E

Color information

#63801E (or 0x63801E) is unknown color: approx Olive Drab. HEX triplet: 63, 80 and 1E. RGB value is (99,128,30). Sum of RGB (Red+Green+Blue) = 99+128+30=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #63801E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63801E is #9C7FE1. Grayscale: #6C6C6C. Windows color (decimal): -10256354 or 1998947. OLE color: 1998947.

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

Color convert

RGB9912830-
CMYK0.2300.770.50
HSL77.76º62.03%30.98%-
HSV(B)77.76º76.56%50.2%-
XYZ13.118.184.05-
YUV108.1683.89121.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 128 (50.39% from 255) = 49.81%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=38.52%
G=49.81%
B=11.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99128300.2300.770.5077.7662.0330.98
Hex63801E1704D324e3e1f
Octal14320036270115621167637
Binary110001110000000111101011101001101110010100111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63801E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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