#125905

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

Shades of Myrtle #125905

Tints of Myrtle #125905

Color information

#125905 (or 0x125905) is unknown color: approx Myrtle. HEX triplet: 12, 59 and 05. RGB value is (18,89,5). Sum of RGB (Red+Green+Blue) = 18+89+5=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 89 (35.16% from 255 or 79.46% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 89 - color contains mainly: green. Hex color #125905 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125905 is #EDA6FA. Grayscale: #3A3A3A. Windows color (decimal): -15574779 or 350482. OLE color: 350482.

HSL color Cylindrical-coordinate representation of color #125905: hue angle of 110.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #125905 is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB18895-
CMYK0.8000.940.65
HSL110.71º89.36%18.43%-
HSV(B)110.71º94.38%34.9%-
XYZ3.857.281.35-
YUV58.1997.9899.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 89 (35.16% from 255) = 79.46%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=16.07%
G=79.46%
B=4.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188950.8000.940.65110.7189.3618.43
Hex125955005E416f5912
Octal221315120013610115713122
Binary10010101100110110100000101111010000011101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125905; }

 p { color: rgb(18,89,5); }

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

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

 a { background-color: rgb(18,89,5); }

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

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

 span { border-color: rgb(18,89,5); }

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