#638904

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

Shades of Olive Drab #638904

Tints of Olive Drab #638904

Color information

#638904 (or 0x638904) is unknown color: approx Olive Drab. HEX triplet: 63, 89 and 04. RGB value is (99,137,4). Sum of RGB (Red+Green+Blue) = 99+137+4=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #638904 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638904 is #9C76FB. Grayscale: #6E6E6E. Windows color (decimal): -10254076 or 297315. OLE color: 297315.

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

Color convert

RGB991374-
CMYK0.2800.970.46
HSL77.14º94.33%27.65%-
HSV(B)77.14º97.08%53.73%-
XYZ14.1120.553.34-
YUV110.4867.91119.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.25%
GREEN value IS 137 (53.91% from 255) = 57.08%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=41.25%
G=57.08%
B=1.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9913740.2800.970.4677.1494.3327.65
Hex638941C0612E4d5e1c
Octal14321143401415611513634
Binary11000111000100110011100011000011011101001101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638904; }

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

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

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

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

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

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

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

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