#63970F

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

Shades of Olive Drab #63970F

Tints of Olive Drab #63970F

Color information

#63970F (or 0x63970F) is unknown color: approx Olive Drab. HEX triplet: 63, 97 and 0F. RGB value is (99,151,15). Sum of RGB (Red+Green+Blue) = 99+151+15=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #63970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63970F is #9C68F0. Grayscale: #787878. Windows color (decimal): -10250481 or 1021795. OLE color: 1021795.

HSL color Cylindrical-coordinate representation of color #63970F: hue angle of 82.94º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63970F is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB9915115-
CMYK0.3400.900.41
HSL82.94º81.93%32.55%-
HSV(B)82.94º90.07%59.22%-
XYZ16.324.824.38-
YUV119.9568.77113.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 151 (59.38% from 255) = 56.98%
BLUE value IS 15 (6.25% from 255) = 5.66%
R=37.36%
G=56.98%
B=5.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99151150.3400.900.4182.9481.9332.55
Hex6397F2205A29535221
Octal143227174201325112312241
Binary11000111001011111111000100101101010100110100111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63970F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63970F; }

 p { color: rgb(99,151,15); }

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

<style>
 a { background-color: #63970F; }

 a { background-color: rgb(99,151,15); }

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

<style>
 span { border-color: #63970F; }

 span { border-color: rgb(99,151,15); }

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