#125507

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

Shades of Myrtle #125507

Tints of Myrtle #125507

Color information

#125507 (or 0x125507) is unknown color: approx Myrtle. HEX triplet: 12, 55 and 07. RGB value is (18,85,7). Sum of RGB (Red+Green+Blue) = 18+85+7=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #125507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125507 is #EDAAF8. Grayscale: #383838. Windows color (decimal): -15575801 or 480530. OLE color: 480530.

HSL color Cylindrical-coordinate representation of color #125507: hue angle of 111.54º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125507 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB18857-
CMYK0.7900.920.67
HSL111.54º84.78%18.04%-
HSV(B)111.54º91.76%33.33%-
XYZ3.546.641.3-
YUV56.08100.3100.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 85 (33.59% from 255) = 77.27%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=16.36%
G=77.27%
B=6.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal188570.7900.920.67111.5484.7818.04
Hex125574F05C43705512
Octal221257117013410316012522
Binary10010101010111110011110101110010000111110000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125507; }

 p { color: rgb(18,85,7); }

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

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

 a { background-color: rgb(18,85,7); }

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

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

 span { border-color: rgb(18,85,7); }

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