#125406

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

Shades of Myrtle #125406

Tints of Myrtle #125406

Color information

#125406 (or 0x125406) is unknown color: approx Myrtle. HEX triplet: 12, 54 and 06. RGB value is (18,84,6). Sum of RGB (Red+Green+Blue) = 18+84+6=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 84 (33.20% from 255 or 77.78% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 84 - color contains mainly: green. Hex color #125406 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125406 is #EDABF9. Grayscale: #373737. Windows color (decimal): -15576058 or 414738. OLE color: 414738.

HSL color Cylindrical-coordinate representation of color #125406: hue angle of 110.77º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125406 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB18846-
CMYK0.7900.930.67
HSL110.77º86.67%17.65%-
HSV(B)110.77º92.86%32.94%-
XYZ3.456.481.24-
YUV55.37100.13101.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 84 (33.20% from 255) = 77.78%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=16.67%
G=77.78%
B=5.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal188460.7900.930.67110.7786.6717.65
Hex125464F05D436f5712
Octal221246117013510315712722
Binary10010101010011010011110101110110000111101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125406; }

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

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

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

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

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

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

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

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