#638810

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

Shades of Olive Drab #638810

Tints of Olive Drab #638810

Color information

#638810 (or 0x638810) is unknown color: approx Olive Drab. HEX triplet: 63, 88 and 10. RGB value is (99,136,16). Sum of RGB (Red+Green+Blue) = 99+136+16=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #638810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638810 is #9C77EF. Grayscale: #6F6F6F. Windows color (decimal): -10254320 or 1083491. OLE color: 1083491.

HSL color Cylindrical-coordinate representation of color #638810: hue angle of 78.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #638810 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB9913616-
CMYK0.2700.880.47
HSL78.5º78.95%29.8%-
HSV(B)78.5º88.24%53.33%-
XYZ14.0420.33.67-
YUV111.2674.24119.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.44%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 16 (6.64% from 255) = 6.37%
R=39.44%
G=54.18%
B=6.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99136160.2700.880.4778.578.9529.8
Hex6388101B0582F4e4f1e
Octal143210203301305711611736
Binary1100011100010001000011011010110001011111001110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638810; }

 p { color: rgb(99,136,16); }

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

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

 a { background-color: rgb(99,136,16); }

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

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

 span { border-color: rgb(99,136,16); }

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