#63930c

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

Shades of Olive Drab #63930C

Tints of Olive Drab #63930C

Color information

#63930C (or 0x63930C) is unknown color: approx Olive Drab. HEX triplet: 63, 93 and 0C. RGB value is (99,147,12). Sum of RGB (Red+Green+Blue) = 99+147+12=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #63930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63930C is #9C6CF3. Grayscale: #757575. Windows color (decimal): -10251508 or 824163. OLE color: 824163.

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

Color convert

RGB9914712-
CMYK0.3300.920.42
HSL81.33º84.91%31.18%-
HSV(B)81.33º91.84%57.65%-
XYZ15.6523.554.07-
YUV117.2668.6114.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 147 (57.81% from 255) = 56.98%
BLUE value IS 12 (5.08% from 255) = 4.65%
R=38.37%
G=56.98%
B=4.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99147120.3300.920.4281.3384.9131.18
Hex6393C2105C2A51551f
Octal143223144101345212112537
Binary1100011100100111100100001010111001010101010001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63930c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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