#124705

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

Shades of Myrtle #124705

Tints of Myrtle #124705

Color information

#124705 (or 0x124705) is unknown color: approx Myrtle. HEX triplet: 12, 47 and 05. RGB value is (18,71,5). Sum of RGB (Red+Green+Blue) = 18+71+5=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 71 (28.12% from 255 or 75.53% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 71 - color contains mainly: green. Hex color #124705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124705 is #EDB8FA. Grayscale: #2F2F2F. Windows color (decimal): -15579387 or 345874. OLE color: 345874.

HSL color Cylindrical-coordinate representation of color #124705: hue angle of 108.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124705 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB18715-
CMYK0.7500.930.72
HSL108.18º86.84%14.9%-
HSV(B)108.18º92.96%27.84%-
XYZ2.534.650.91-
YUV47.63103.94106.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 71 (28.12% from 255) = 75.53%
BLUE value IS 5 (2.34% from 255) = 5.32%
R=19.15%
G=75.53%
B=5.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal187150.7500.930.72108.1886.8414.9
Hex124754B05D486c57f
Octal221075113013511015412717
Binary1001010001111011001011010111011001000110110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124705; }

 p { color: rgb(18,71,5); }

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

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

 a { background-color: rgb(18,71,5); }

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

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

 span { border-color: rgb(18,71,5); }

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