#125A0C

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

Shades of Myrtle #125A0C

Tints of Myrtle #125A0C

Color information

#125A0C (or 0x125A0C) is unknown color: approx Myrtle. HEX triplet: 12, 5A and 0C. RGB value is (18,90,12). Sum of RGB (Red+Green+Blue) = 18+90+12=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 90 (35.55% from 255 or 75% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 90 - color contains mainly: green. Hex color #125A0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A0C is #EDA5F3. Grayscale: #3B3B3B. Windows color (decimal): -15574516 or 809490. OLE color: 809490.

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

Color convert

RGB189012-
CMYK0.8000.870.65
HSL115.38º76.47%20%-
HSV(B)115.38º86.67%35.29%-
XYZ3.977.471.58-
YUV59.58101.1598.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 90 (35.55% from 255) = 75%
BLUE value IS 12 (5.08% from 255) = 10%
R=15%
G=75%
B=10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890120.8000.870.65115.3876.4720
Hex125AC5005741734c14
Octal2213214120012710116311424
Binary100101011010110010100000101011110000011110011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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