#125807

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

Shades of Myrtle #125807

Tints of Myrtle #125807

Color information

#125807 (or 0x125807) is unknown color: approx Myrtle. HEX triplet: 12, 58 and 07. RGB value is (18,88,7). Sum of RGB (Red+Green+Blue) = 18+88+7=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 88 (34.77% from 255 or 77.88% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 88 - color contains mainly: green. Hex color #125807 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125807 is #EDA7F8. Grayscale: #3A3A3A. Windows color (decimal): -15575033 or 481298. OLE color: 481298.

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

Color convert

RGB18887-
CMYK0.8000.920.65
HSL111.85º85.26%18.63%-
HSV(B)111.85º92.05%34.51%-
XYZ3.787.121.38-
YUV57.8499.3199.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 88 (34.77% from 255) = 77.88%
BLUE value IS 7 (3.12% from 255) = 6.19%
R=15.93%
G=77.88%
B=6.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188870.8000.920.65111.8585.2618.63
Hex125875005C41705513
Octal221307120013410116012523
Binary10010101100011110100000101110010000011110000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125807; }

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

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

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

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

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

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

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

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