#63850A

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

Shades of Olive Drab #63850A

Tints of Olive Drab #63850A

Color information

#63850A (or 0x63850A) is unknown color: approx Olive Drab. HEX triplet: 63, 85 and 0A. RGB value is (99,133,10). Sum of RGB (Red+Green+Blue) = 99+133+10=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #63850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63850A is #9C7AF5. Grayscale: #6D6D6D. Windows color (decimal): -10255094 or 689507. OLE color: 689507.

HSL color Cylindrical-coordinate representation of color #63850A: hue angle of 76.59º degrees, saturation: 0.86, 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 #63850A is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB9913310-
CMYK0.2600.920.48
HSL76.59º86.01%28.04%-
HSV(B)76.59º92.48%52.16%-
XYZ13.5919.453.33-
YUV108.8172.24121-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 133 (52.34% from 255) = 54.96%
BLUE value IS 10 (4.30% from 255) = 4.13%
R=40.91%
G=54.96%
B=4.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99133100.2600.920.4876.5986.0128.04
Hex6385A1A05C304d561c
Octal143205123201346011512634
Binary110001110000101101011010010111001100001001101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,133,10); }

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

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

 a { background-color: rgb(99,133,10); }

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

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

 span { border-color: rgb(99,133,10); }

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