#125701

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

Shades of Myrtle #125701

Tints of Myrtle #125701

Color information

#125701 (or 0x125701) is unknown color: approx Myrtle. HEX triplet: 12, 57 and 01. RGB value is (18,87,1). Sum of RGB (Red+Green+Blue) = 18+87+1=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 87 (34.38% from 255 or 82.08% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 87 - color contains mainly: green. Hex color #125701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125701 is #EDA8FE. Grayscale: #383838. Windows color (decimal): -15575295 or 87826. OLE color: 87826.

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

Color convert

RGB18871-
CMYK0.7900.990.66
HSL108.14º97.73%17.25%-
HSV(B)108.14º98.85%34.12%-
XYZ3.666.951.18-
YUV56.5696.64100.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 87 (34.38% from 255) = 82.08%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=16.98%
G=82.08%
B=0.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal188710.7900.990.66108.1497.7317.25
Hex125714F063426c6211
Octal221271117014310215414221
Binary100101010111110011110110001110000101101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125701; }

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

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

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

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

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

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

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

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