#638902

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

Shades of Olive Drab #638902

Tints of Olive Drab #638902

Color information

#638902 (or 0x638902) is unknown color: approx Olive Drab. HEX triplet: 63, 89 and 02. RGB value is (99,137,2). Sum of RGB (Red+Green+Blue) = 99+137+2=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #638902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638902 is #9C76FD. Grayscale: #6E6E6E. Windows color (decimal): -10254078 or 166243. OLE color: 166243.

HSL color Cylindrical-coordinate representation of color #638902: hue angle of 76.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #638902 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB991372-
CMYK0.2800.990.46
HSL76.89º97.12%27.25%-
HSV(B)76.89º98.54%53.73%-
XYZ14.120.553.28-
YUV110.2566.91119.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.60%
GREEN value IS 137 (53.91% from 255) = 57.56%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=41.60%
G=57.56%
B=0.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9913720.2800.990.4676.8997.1227.25
Hex638921C0632E4d611b
Octal14321123401435611514133
Binary1100011100010011011100011000111011101001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638902; }

 p { color: rgb(99,137,2); }

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

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

 a { background-color: rgb(99,137,2); }

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

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

 span { border-color: rgb(99,137,2); }

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