#125706

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

Shades of Myrtle #125706

Tints of Myrtle #125706

Color information

#125706 (or 0x125706) is unknown color: approx Myrtle. HEX triplet: 12, 57 and 06. RGB value is (18,87,6). Sum of RGB (Red+Green+Blue) = 18+87+6=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 87 (34.38% from 255 or 78.38% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 87 - color contains mainly: green. Hex color #125706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125706 is #EDA8F9. Grayscale: #393939. Windows color (decimal): -15575290 or 415506. OLE color: 415506.

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

Color convert

RGB18876-
CMYK0.7900.930.66
HSL111.11º87.1%18.24%-
HSV(B)111.11º93.1%34.12%-
XYZ3.696.961.32-
YUV57.1399.14100.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 87 (34.38% from 255) = 78.38%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=16.22%
G=78.38%
B=5.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal188760.7900.930.66111.1187.118.24
Hex125764F05D426f5712
Octal221276117013510215712722
Binary10010101011111010011110101110110000101101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125706; }

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

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

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

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

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

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

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

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