#125902

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

Shades of Myrtle #125902

Tints of Myrtle #125902

Color information

#125902 (or 0x125902) is unknown color: approx Myrtle. HEX triplet: 12, 59 and 02. RGB value is (18,89,2). Sum of RGB (Red+Green+Blue) = 18+89+2=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 89 (35.16% from 255 or 81.65% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 89 - color contains mainly: green. Hex color #125902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125902 is #EDA6FD. Grayscale: #3A3A3A. Windows color (decimal): -15574782 or 153874. OLE color: 153874.

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

Color convert

RGB18892-
CMYK0.8000.980.65
HSL108.97º95.6%17.84%-
HSV(B)108.97º97.75%34.9%-
XYZ3.837.281.26-
YUV57.8596.4899.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 89 (35.16% from 255) = 81.65%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=16.51%
G=81.65%
B=1.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188920.8000.980.65108.9795.617.84
Hex1259250062416d6012
Octal221312120014210115514022
Binary1001010110011010100000110001010000011101101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125902; }

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

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

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

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

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

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

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

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