#124606

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

Shades of Myrtle #124606

Tints of Myrtle #124606

Color information

#124606 (or 0x124606) is unknown color: approx Myrtle. HEX triplet: 12, 46 and 06. RGB value is (18,70,6). Sum of RGB (Red+Green+Blue) = 18+70+6=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 70 (27.73% from 255 or 74.47% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 70 - color contains mainly: green. Hex color #124606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124606 is #EDB9F9. Grayscale: #2F2F2F. Windows color (decimal): -15579642 or 411154. OLE color: 411154.

HSL color Cylindrical-coordinate representation of color #124606: hue angle of 108.75º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124606 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB18706-
CMYK0.7400.910.73
HSL108.75º84.21%14.9%-
HSV(B)108.75º91.43%27.45%-
XYZ2.474.520.91-
YUV47.16104.77107.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 70 (27.73% from 255) = 74.47%
BLUE value IS 6 (2.73% from 255) = 6.38%
R=19.15%
G=74.47%
B=6.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal187060.7400.910.73108.7584.2114.9
Hex124664A05B496d54f
Octal221066112013311115512417
Binary1001010001101101001010010110111001001110110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124606; }

 p { color: rgb(18,70,6); }

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

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

 a { background-color: rgb(18,70,6); }

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

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

 span { border-color: rgb(18,70,6); }

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