#638B0E

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

Shades of Olive Drab #638B0E

Tints of Olive Drab #638B0E

Color information

#638B0E (or 0x638B0E) is unknown color: approx Olive Drab. HEX triplet: 63, 8B and 0E. RGB value is (99,139,14). Sum of RGB (Red+Green+Blue) = 99+139+14=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #638B0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638B0E is #9C74F1. Grayscale: #717171. Windows color (decimal): -10253554 or 953187. OLE color: 953187.

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

Color convert

RGB9913914-
CMYK0.2900.900.45
HSL79.2º81.7%30%-
HSV(B)79.2º89.93%54.51%-
XYZ14.4621.153.74-
YUV112.7972.25118.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 139 (54.69% from 255) = 55.16%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=39.29%
G=55.16%
B=5.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99139140.2900.900.4579.281.730
Hex638BE1D05A2D4f521e
Octal143213163501325511712236
Binary110001110001011111011101010110101011011001111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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