#125006

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

Shades of Myrtle #125006

Tints of Myrtle #125006

Color information

#125006 (or 0x125006) is unknown color: approx Myrtle. HEX triplet: 12, 50 and 06. RGB value is (18,80,6). Sum of RGB (Red+Green+Blue) = 18+80+6=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 80 (31.64% from 255 or 76.92% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 80 - color contains mainly: green. Hex color #125006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125006 is #EDAFF9. Grayscale: #353535. Windows color (decimal): -15577082 or 413714. OLE color: 413714.

HSL color Cylindrical-coordinate representation of color #125006: hue angle of 110.27º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125006 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB18806-
CMYK0.7800.920.69
HSL110.27º86.05%16.86%-
HSV(B)110.27º92.5%31.37%-
XYZ3.155.881.14-
YUV53.03101.46103.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 80 (31.64% from 255) = 76.92%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=17.31%
G=76.92%
B=5.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal188060.7800.920.69110.2786.0516.86
Hex125064E05C456e5611
Octal221206116013410515612621
Binary10010101000011010011100101110010001011101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125006; }

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

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

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

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

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

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

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

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