#638212

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

Shades of Olive Drab #638212

Tints of Olive Drab #638212

Color information

#638212 (or 0x638212) is unknown color: approx Olive Drab. HEX triplet: 63, 82 and 12. RGB value is (99,130,18). Sum of RGB (Red+Green+Blue) = 99+130+18=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #638212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638212 is #9C7DED. Grayscale: #6C6C6C. Windows color (decimal): -10255854 or 1213027. OLE color: 1213027.

HSL color Cylindrical-coordinate representation of color #638212: hue angle of 76.61º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #638212 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB9913018-
CMYK0.2400.860.49
HSL76.61º75.68%29.02%-
HSV(B)76.61º86.15%50.98%-
XYZ13.2418.663.48-
YUV107.9677.23121.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=40.08%
G=52.63%
B=7.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130180.2400.860.4976.6175.6829.02
Hex63821218056314d4c1d
Octal143202223001266111511435
Binary1100011100000101001011000010101101100011001101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638212; }

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

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

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

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

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

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

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

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