#125206

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

Shades of Myrtle #125206

Tints of Myrtle #125206

Color information

#125206 (or 0x125206) is unknown color: approx Myrtle. HEX triplet: 12, 52 and 06. RGB value is (18,82,6). Sum of RGB (Red+Green+Blue) = 18+82+6=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 82 (32.42% from 255 or 77.36% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 82 - color contains mainly: green. Hex color #125206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125206 is #EDADF9. Grayscale: #363636. Windows color (decimal): -15576570 or 414226. OLE color: 414226.

HSL color Cylindrical-coordinate representation of color #125206: hue angle of 110.53º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125206 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB18826-
CMYK0.7800.930.68
HSL110.53º86.36%17.25%-
HSV(B)110.53º92.68%32.16%-
XYZ3.36.181.19-
YUV54.2100.8102.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 82 (32.42% from 255) = 77.36%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=16.98%
G=77.36%
B=5.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal188260.7800.930.68110.5386.3617.25
Hex125264E05D446f5611
Octal221226116013510415712621
Binary10010101001011010011100101110110001001101111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125206; }

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

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

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

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

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

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

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

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