#639211

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

Shades of Olive Drab #639211

Tints of Olive Drab #639211

Color information

#639211 (or 0x639211) is unknown color: approx Olive Drab. HEX triplet: 63, 92 and 11. RGB value is (99,146,17). Sum of RGB (Red+Green+Blue) = 99+146+17=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #639211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639211 is #9C6DEE. Grayscale: #757575. Windows color (decimal): -10251759 or 1151587. OLE color: 1151587.

HSL color Cylindrical-coordinate representation of color #639211: hue angle of 81.86º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #639211 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB9914617-
CMYK0.3200.880.43
HSL81.86º79.14%31.96%-
HSV(B)81.86º88.36%57.25%-
XYZ15.5323.254.2-
YUV117.2471.43114.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 146 (57.42% from 255) = 55.73%
BLUE value IS 17 (7.03% from 255) = 6.49%
R=37.79%
G=55.73%
B=6.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99146170.3200.880.4381.8679.1431.96
Hex639211200582B524f20
Octal143222214001305312211740
Binary110001110010010100011000000101100010101110100101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639211; }

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

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

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

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

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

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

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

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