#125B18

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

Shades of Myrtle #125B18

Tints of Myrtle #125B18

Color information

#125B18 (or 0x125B18) is unknown color: approx Myrtle. HEX triplet: 12, 5B and 18. RGB value is (18,91,24). Sum of RGB (Red+Green+Blue) = 18+91+24=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 91 (35.94% from 255 or 68.42% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 91 - color contains mainly: green. Hex color #125B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B18 is #EDA4E7. Grayscale: #3D3D3D. Windows color (decimal): -15574248 or 1596178. OLE color: 1596178.

HSL color Cylindrical-coordinate representation of color #125B18: hue angle of 124.93º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B18 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB189124-
CMYK0.8000.740.64
HSL124.93º66.97%21.37%-
HSV(B)124.93º80.22%35.69%-
XYZ4.167.682.13-
YUV61.53106.8296.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 91 (35.94% from 255) = 68.42%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=13.53%
G=68.42%
B=18.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891240.8000.740.64124.9366.9721.37
Hex125B185004A407d4315
Octal2213330120011210017510325
Binary1001010110111100010100000100101010000001111101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,91,24); }

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

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

 a { background-color: rgb(18,91,24); }

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

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

 span { border-color: rgb(18,91,24); }

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