#125802

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

Shades of Myrtle #125802

Tints of Myrtle #125802

Color information

#125802 (or 0x125802) is unknown color: approx Myrtle. HEX triplet: 12, 58 and 02. RGB value is (18,88,2). Sum of RGB (Red+Green+Blue) = 18+88+2=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 88 (34.77% from 255 or 81.48% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 88 - color contains mainly: green. Hex color #125802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125802 is #EDA7FD. Grayscale: #393939. Windows color (decimal): -15575038 or 153618. OLE color: 153618.

HSL color Cylindrical-coordinate representation of color #125802: hue angle of 108.84º 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 #125802 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB18882-
CMYK0.8000.980.65
HSL108.84º95.56%17.65%-
HSV(B)108.84º97.73%34.51%-
XYZ3.757.111.23-
YUV57.2796.8199.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 88 (34.77% from 255) = 81.48%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=16.67%
G=81.48%
B=1.85%

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
Decimal188820.8000.980.65108.8495.5617.65
Hex1258250062416d6012
Octal221302120014210115514022
Binary1001010110001010100000110001010000011101101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125802; }

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

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

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

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

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

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

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

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