#63950F

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

Shades of Olive Drab #63950F

Tints of Olive Drab #63950F

Color information

#63950F (or 0x63950F) is unknown color: approx Olive Drab. HEX triplet: 63, 95 and 0F. RGB value is (99,149,15). Sum of RGB (Red+Green+Blue) = 99+149+15=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #63950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63950F is #9C6AF0. Grayscale: #777777. Windows color (decimal): -10250993 or 1021283. OLE color: 1021283.

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

Color convert

RGB9914915-
CMYK0.3400.900.42
HSL82.39º81.71%32.16%-
HSV(B)82.39º89.93%58.43%-
XYZ15.9824.184.28-
YUV118.7769.44113.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.64%
GREEN value IS 149 (58.59% from 255) = 56.65%
BLUE value IS 15 (6.25% from 255) = 5.70%
R=37.64%
G=56.65%
B=5.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99149150.3400.900.4282.3981.7132.16
Hex6395F2205A2A525220
Octal143225174201325212212240
Binary11000111001010111111000100101101010101010100101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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