#63950C

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

Shades of Olive Drab #63950C

Tints of Olive Drab #63950C

Color information

#63950C (or 0x63950C) is unknown color: approx Olive Drab. HEX triplet: 63, 95 and 0C. RGB value is (99,149,12). Sum of RGB (Red+Green+Blue) = 99+149+12=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #63950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63950C is #9C6AF3. Grayscale: #767676. Windows color (decimal): -10250996 or 824675. OLE color: 824675.

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

Color convert

RGB9914912-
CMYK0.3400.920.42
HSL81.9º85.09%31.57%-
HSV(B)81.9º91.95%58.43%-
XYZ15.9624.174.17-
YUV118.4367.94114.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.08%
GREEN value IS 149 (58.59% from 255) = 57.31%
BLUE value IS 12 (5.08% from 255) = 4.62%
R=38.08%
G=57.31%
B=4.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99149120.3400.920.4281.985.0931.57
Hex6395C2205C2A525520
Octal143225144201345212212540
Binary11000111001010111001000100101110010101010100101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63950C; }

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

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

<style>
 a { background-color: #63950C; }

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

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

<style>
 span { border-color: #63950C; }

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

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