#125A0D

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

Shades of Myrtle #125A0D

Tints of Myrtle #125A0D

Color information

#125A0D (or 0x125A0D) is unknown color: approx Myrtle. HEX triplet: 12, 5A and 0D. RGB value is (18,90,13). Sum of RGB (Red+Green+Blue) = 18+90+13=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #125A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A0D is #EDA5F2. Grayscale: #3B3B3B. Windows color (decimal): -15574515 or 875026. OLE color: 875026.

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

Color convert

RGB189013-
CMYK0.8000.860.65
HSL116.1º74.76%20.2%-
HSV(B)116.1º85.56%35.29%-
XYZ3.987.471.61-
YUV59.69101.6598.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 90 (35.55% from 255) = 74.38%
BLUE value IS 13 (5.47% from 255) = 10.74%
R=14.88%
G=74.38%
B=10.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890130.8000.860.65116.174.7620.2
Hex125AD5005641744b14
Octal2213215120012610116411324
Binary100101011010110110100000101011010000011110100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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