#639911

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

Shades of Olive Drab #639911

Tints of Olive Drab #639911

Color information

#639911 (or 0x639911) is unknown color: approx Olive Drab. HEX triplet: 63, 99 and 11. RGB value is (99,153,17). Sum of RGB (Red+Green+Blue) = 99+153+17=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #639911 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639911 is #9C66EE. Grayscale: #797979. Windows color (decimal): -10249967 or 1153379. OLE color: 1153379.

HSL color Cylindrical-coordinate representation of color #639911: hue angle of 83.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #639911 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB9915317-
CMYK0.3500.890.4
HSL83.82º80%33.33%-
HSV(B)83.82º88.89%60%-
XYZ16.6425.484.57-
YUV121.3569.11112.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.80%
GREEN value IS 153 (60.16% from 255) = 56.88%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=36.80%
G=56.88%
B=6.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99153170.3500.890.483.828033.33
Hex6399112305928545021
Octal143231214301315012412041
Binary110001110011001100011000110101100110100010101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639911; }

 p { color: rgb(99,153,17); }

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

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

 a { background-color: rgb(99,153,17); }

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

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

 span { border-color: rgb(99,153,17); }

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