#125703

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

Shades of Myrtle #125703

Tints of Myrtle #125703

Color information

#125703 (or 0x125703) is unknown color: approx Myrtle. HEX triplet: 12, 57 and 03. RGB value is (18,87,3). Sum of RGB (Red+Green+Blue) = 18+87+3=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 87 (34.38% from 255 or 80.56% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 87 - color contains mainly: green. Hex color #125703 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125703 is #EDA8FC. Grayscale: #393939. Windows color (decimal): -15575293 or 218898. OLE color: 218898.

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

Color convert

RGB18873-
CMYK0.7900.970.66
HSL109.29º93.33%17.65%-
HSV(B)109.29º96.55%34.12%-
XYZ3.676.951.23-
YUV56.7997.64100.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 87 (34.38% from 255) = 80.56%
BLUE value IS 3 (1.56% from 255) = 2.78%
R=16.67%
G=80.56%
B=2.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal188730.7900.970.66109.2993.3317.65
Hex125734F061426d5d12
Octal221273117014110215513522
Binary1001010101111110011110110000110000101101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125703; }

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

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

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

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

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

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

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

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