#125702

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

Shades of Myrtle #125702

Tints of Myrtle #125702

Color information

#125702 (or 0x125702) is unknown color: approx Myrtle. HEX triplet: 12, 57 and 02. RGB value is (18,87,2). Sum of RGB (Red+Green+Blue) = 18+87+2=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 87 (34.38% from 255 or 81.31% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 87 - color contains mainly: green. Hex color #125702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125702 is #EDA8FD. Grayscale: #383838. Windows color (decimal): -15575294 or 153362. OLE color: 153362.

HSL color Cylindrical-coordinate representation of color #125702: hue angle of 108.71º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #125702 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB18872-
CMYK0.7900.980.66
HSL108.71º95.51%17.45%-
HSV(B)108.71º97.7%34.12%-
XYZ3.676.951.21-
YUV56.6897.14100.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 87 (34.38% from 255) = 81.31%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=16.82%
G=81.31%
B=1.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal188720.7900.980.66108.7195.5117.45
Hex125724F062426d6011
Octal221272117014210215514021
Binary1001010101111010011110110001010000101101101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125702; }

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

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

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

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

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

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

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

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