#125910

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

Shades of Myrtle #125910

Tints of Myrtle #125910

Color information

#125910 (or 0x125910) is unknown color: approx Myrtle. HEX triplet: 12, 59 and 10. RGB value is (18,89,16). Sum of RGB (Red+Green+Blue) = 18+89+16=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 89 (35.16% from 255 or 72.36% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 89 - color contains mainly: green. Hex color #125910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125910 is #EDA6EF. Grayscale: #3B3B3B. Windows color (decimal): -15574768 or 1071378. OLE color: 1071378.

HSL color Cylindrical-coordinate representation of color #125910: hue angle of 118.36º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125910 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB188916-
CMYK0.8000.820.65
HSL118.36º69.52%20.59%-
HSV(B)118.36º82.02%34.9%-
XYZ3.927.311.69-
YUV59.45103.4898.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 89 (35.16% from 255) = 72.36%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=14.63%
G=72.36%
B=13.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889160.8000.820.65118.3669.5220.59
Hex1259105005241764615
Octal2213120120012210116610625
Binary1001010110011000010100000101001010000011110110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125910; }

 p { color: rgb(18,89,16); }

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

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

 a { background-color: rgb(18,89,16); }

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

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

 span { border-color: rgb(18,89,16); }

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