#648A13

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

Shades of Olive Drab #648A13

Tints of Olive Drab #648A13

Color information

#648A13 (or 0x648A13) is unknown color: approx Olive Drab. HEX triplet: 64, 8A and 13. RGB value is (100,138,19). Sum of RGB (Red+Green+Blue) = 100+138+19=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #648A13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648A13 is #9B75EC. Grayscale: #717171. Windows color (decimal): -10188269 or 1280612. OLE color: 1280612.

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

Color convert

RGB10013819-
CMYK0.2800.860.46
HSL79.16º75.8%30.78%-
HSV(B)79.16º86.23%54.12%-
XYZ14.4620.933.89-
YUV113.0774.91118.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 138 (54.30% from 255) = 53.70%
BLUE value IS 19 (7.81% from 255) = 7.39%
R=38.91%
G=53.70%
B=7.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100138190.2800.860.4679.1675.830.78
Hex648A131C0562E4f4c1f
Octal144212233401265611711437
Binary1100100100010101001111100010101101011101001111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648A13; }

 p { color: rgb(100,138,19); }

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

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

 a { background-color: rgb(100,138,19); }

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

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

 span { border-color: rgb(100,138,19); }

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