#125A06

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

Shades of Myrtle #125A06

Tints of Myrtle #125A06

Color information

#125A06 (or 0x125A06) is unknown color: approx Myrtle. HEX triplet: 12, 5A and 06. RGB value is (18,90,6). Sum of RGB (Red+Green+Blue) = 18+90+6=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 90 (35.55% from 255 or 78.95% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 90 - color contains mainly: green. Hex color #125A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A06 is #EDA5F9. Grayscale: #3B3B3B. Windows color (decimal): -15574522 or 416274. OLE color: 416274.

HSL color Cylindrical-coordinate representation of color #125A06: hue angle of 111.43º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125A06 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB18906-
CMYK0.8000.930.65
HSL111.43º87.5%18.82%-
HSV(B)111.43º93.33%35.29%-
XYZ3.947.451.4-
YUV58.998.1598.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 90 (35.55% from 255) = 78.95%
BLUE value IS 6 (2.73% from 255) = 5.26%
R=15.79%
G=78.95%
B=5.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189060.8000.930.65111.4387.518.82
Hex125A65005D416f5813
Octal221326120013510115713023
Binary10010101101011010100000101110110000011101111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125A06; }

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

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

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

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

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

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

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

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