#638E17

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

Shades of Olive Drab #638E17

Tints of Olive Drab #638E17

Color information

#638E17 (or 0x638E17) is unknown color: approx Olive Drab. HEX triplet: 63, 8E and 17. RGB value is (99,142,23). Sum of RGB (Red+Green+Blue) = 99+142+23=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 142 (55.86% from 255 or 53.79% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 142 - color contains mainly: green. Hex color #638E17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638E17 is #9C71E8. Grayscale: #747474. Windows color (decimal): -10252777 or 1543779. OLE color: 1543779.

HSL color Cylindrical-coordinate representation of color #638E17: hue angle of 81.68º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #638E17 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB9914223-
CMYK0.3000.840.44
HSL81.68º72.12%32.35%-
HSV(B)81.68º83.8%55.69%-
XYZ14.9722.064.28-
YUV115.5875.75116.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 142 (55.86% from 255) = 53.79%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=37.5%
G=53.79%
B=8.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99142230.3000.840.4481.6872.1232.35
Hex638E171E0542C524820
Octal143216273601245412211040
Binary11000111000111010111111100101010010110010100101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638E17; }

 p { color: rgb(99,142,23); }

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

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

 a { background-color: rgb(99,142,23); }

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

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

 span { border-color: rgb(99,142,23); }

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