#125B17

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

Shades of Myrtle #125B17

Tints of Myrtle #125B17

Color information

#125B17 (or 0x125B17) is unknown color: approx Myrtle. HEX triplet: 12, 5B and 17. RGB value is (18,91,23). Sum of RGB (Red+Green+Blue) = 18+91+23=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 91 (35.94% from 255 or 68.94% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 91 - color contains mainly: green. Hex color #125B17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B17 is #EDA4E8. Grayscale: #3D3D3D. Windows color (decimal): -15574249 or 1530642. OLE color: 1530642.

HSL color Cylindrical-coordinate representation of color #125B17: hue angle of 124.11º 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 #125B17 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB189123-
CMYK0.8000.750.64
HSL124.11º66.97%21.37%-
HSV(B)124.11º80.22%35.69%-
XYZ4.157.672.07-
YUV61.42106.3297.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 91 (35.94% from 255) = 68.94%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=13.64%
G=68.94%
B=17.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891230.8000.750.64124.1166.9721.37
Hex125B175004B407c4315
Octal2213327120011310017410325
Binary1001010110111011110100000100101110000001111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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