#125A0B

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

Shades of Myrtle #125A0B

Tints of Myrtle #125A0B

Color information

#125A0B (or 0x125A0B) is unknown color: approx Myrtle. HEX triplet: 12, 5A and 0B. RGB value is (18,90,11). Sum of RGB (Red+Green+Blue) = 18+90+11=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 90 (35.55% from 255 or 75.63% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 90 - color contains mainly: green. Hex color #125A0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A0B is #EDA5F4. Grayscale: #3B3B3B. Windows color (decimal): -15574517 or 743954. OLE color: 743954.

HSL color Cylindrical-coordinate representation of color #125A0B: hue angle of 114.68º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125A0B is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB189011-
CMYK0.8000.880.65
HSL114.68º78.22%19.8%-
HSV(B)114.68º87.78%35.29%-
XYZ3.977.471.55-
YUV59.47100.6598.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 90 (35.55% from 255) = 75.63%
BLUE value IS 11 (4.69% from 255) = 9.24%
R=15.13%
G=75.63%
B=9.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890110.8000.880.65114.6878.2219.8
Hex125AB5005841734e14
Octal2213213120013010116311624
Binary100101011010101110100000101100010000011110011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125A0B; }

 p { color: rgb(18,90,11); }

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

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

 a { background-color: rgb(18,90,11); }

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

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

 span { border-color: rgb(18,90,11); }

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