#125506

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

Shades of Myrtle #125506

Tints of Myrtle #125506

Color information

#125506 (or 0x125506) is unknown color: approx Myrtle. HEX triplet: 12, 55 and 06. RGB value is (18,85,6). Sum of RGB (Red+Green+Blue) = 18+85+6=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #125506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125506 is #EDAAF9. Grayscale: #383838. Windows color (decimal): -15575802 or 414994. OLE color: 414994.

HSL color Cylindrical-coordinate representation of color #125506: hue angle of 110.89º 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 #125506 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB18856-
CMYK0.7900.930.67
HSL110.89º86.81%17.84%-
HSV(B)110.89º92.94%33.33%-
XYZ3.536.641.27-
YUV55.9699.8100.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 85 (33.59% from 255) = 77.98%
BLUE value IS 6 (2.73% from 255) = 5.50%
R=16.51%
G=77.98%
B=5.50%

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
Decimal188560.7900.930.67110.8986.8117.84
Hex125564F05D436f5712
Octal221256117013510315712722
Binary10010101010111010011110101110110000111101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125506; }

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

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

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

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

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

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

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

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