#638B10

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

Shades of Olive Drab #638B10

Tints of Olive Drab #638B10

Color information

#638B10 (or 0x638B10) is unknown color: approx Olive Drab. HEX triplet: 63, 8B and 10. RGB value is (99,139,16). Sum of RGB (Red+Green+Blue) = 99+139+16=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 139 (54.69% from 255 or 54.72% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 139 - color contains mainly: green. Hex color #638B10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638B10 is #9C74EF. Grayscale: #717171. Windows color (decimal): -10253552 or 1084259. OLE color: 1084259.

HSL color Cylindrical-coordinate representation of color #638B10: hue angle of 79.51º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #638B10 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB9913916-
CMYK0.2900.880.45
HSL79.51º79.35%30.39%-
HSV(B)79.51º88.49%54.51%-
XYZ14.4721.163.81-
YUV113.0273.25118-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 139 (54.69% from 255) = 54.72%
BLUE value IS 16 (6.64% from 255) = 6.30%
R=38.98%
G=54.72%
B=6.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99139160.2900.880.4579.5179.3530.39
Hex638B101D0582D504f1e
Octal143213203501305512011736
Binary1100011100010111000011101010110001011011010000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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