#638912

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

Shades of Olive Drab #638912

Tints of Olive Drab #638912

Color information

#638912 (or 0x638912) is unknown color: approx Olive Drab. HEX triplet: 63, 89 and 12. RGB value is (99,137,18). Sum of RGB (Red+Green+Blue) = 99+137+18=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #638912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638912 is #9C76ED. Grayscale: #707070. Windows color (decimal): -10254062 or 1214819. OLE color: 1214819.

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

Color convert

RGB9913718-
CMYK0.2800.870.46
HSL79.16º76.77%30.39%-
HSV(B)79.16º86.86%53.73%-
XYZ14.220.593.8-
YUV112.0774.91118.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 137 (53.91% from 255) = 53.94%
BLUE value IS 18 (7.42% from 255) = 7.09%
R=38.98%
G=53.94%
B=7.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99137180.2800.870.4679.1676.7730.39
Hex6389121C0572E4f4d1e
Octal143211223401275611711536
Binary1100011100010011001011100010101111011101001111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638912; }

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

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

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

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

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

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

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

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