#638E01

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

Shades of Olive Drab #638E01

Tints of Olive Drab #638E01

Color information

#638E01 (or 0x638E01) is unknown color: approx Olive Drab. HEX triplet: 63, 8E and 01. RGB value is (99,142,1). Sum of RGB (Red+Green+Blue) = 99+142+1=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 142 (55.86% from 255 or 58.68% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 142 - color contains mainly: green. Hex color #638E01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638E01 is #9C71FE. Grayscale: #717171. Windows color (decimal): -10252799 or 101987. OLE color: 101987.

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

Color convert

RGB991421-
CMYK0.3000.990.44
HSL78.3º98.6%28.04%-
HSV(B)78.3º99.3%55.69%-
XYZ14.82223.49-
YUV113.0764.75117.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 142 (55.86% from 255) = 58.68%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=40.91%
G=58.68%
B=0.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9914210.3000.990.4478.398.628.04
Hex638E11E0632C4e631c
Octal14321613601435411614334
Binary110001110001110111110011000111011001001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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