#63930D

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

Shades of Olive Drab #63930D

Tints of Olive Drab #63930D

Color information

#63930D (or 0x63930D) is unknown color: approx Olive Drab. HEX triplet: 63, 93 and 0D. RGB value is (99,147,13). Sum of RGB (Red+Green+Blue) = 99+147+13=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #63930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63930D is #9C6CF2. Grayscale: #757575. Windows color (decimal): -10251507 or 889699. OLE color: 889699.

HSL color Cylindrical-coordinate representation of color #63930D: hue angle of 81.49º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63930D is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB9914713-
CMYK0.3300.910.42
HSL81.49º83.75%31.37%-
HSV(B)81.49º91.16%57.65%-
XYZ15.6523.554.1-
YUV117.3769.1114.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 147 (57.81% from 255) = 56.76%
BLUE value IS 13 (5.47% from 255) = 5.02%
R=38.22%
G=56.76%
B=5.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99147130.3300.910.4281.4983.7531.37
Hex6393D2105B2A51541f
Octal143223154101335212112437
Binary1100011100100111101100001010110111010101010001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63930D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63930D; }

 p { color: rgb(99,147,13); }

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

<style>
 a { background-color: #63930D; }

 a { background-color: rgb(99,147,13); }

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

<style>
 span { border-color: #63930D; }

 span { border-color: rgb(99,147,13); }

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