#125605

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

Shades of Myrtle #125605

Tints of Myrtle #125605

Color information

#125605 (or 0x125605) is unknown color: approx Myrtle. HEX triplet: 12, 56 and 05. RGB value is (18,86,5). Sum of RGB (Red+Green+Blue) = 18+86+5=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 86 (33.98% from 255 or 78.90% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 86 - color contains mainly: green. Hex color #125605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125605 is #EDA9FA. Grayscale: #383838. Windows color (decimal): -15575547 or 349714. OLE color: 349714.

HSL color Cylindrical-coordinate representation of color #125605: hue angle of 110.37º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #125605 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB18865-
CMYK0.7900.940.66
HSL110.37º89.01%17.84%-
HSV(B)110.37º94.19%33.73%-
XYZ3.66.81.27-
YUV56.4398.97100.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 86 (33.98% from 255) = 78.90%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=16.51%
G=78.90%
B=4.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal188650.7900.940.66110.3789.0117.84
Hex125654F05E426e5912
Octal221265117013610215613122
Binary10010101011010110011110101111010000101101110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125605; }

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

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

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

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

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

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

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

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