#125E07

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

Shades of Myrtle #125E07

Tints of Myrtle #125E07

Color information

#125E07 (or 0x125E07) is unknown color: approx Myrtle. HEX triplet: 12, 5E and 07. RGB value is (18,94,7). Sum of RGB (Red+Green+Blue) = 18+94+7=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 94 (37.11% from 255 or 78.99% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 94 - color contains mainly: green. Hex color #125E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125E07 is #EDA1F8. Grayscale: #3D3D3D. Windows color (decimal): -15573497 or 482834. OLE color: 482834.

HSL color Cylindrical-coordinate representation of color #125E07: hue angle of 112.41º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125E07 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.

Color convert

RGB18947-
CMYK0.8100.930.63
HSL112.41º86.14%19.8%-
HSV(B)112.41º92.55%36.86%-
XYZ4.298.151.55-
YUV61.3697.3297.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 94 (37.11% from 255) = 78.99%
BLUE value IS 7 (3.12% from 255) = 5.88%
R=15.13%
G=78.99%
B=5.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal189470.8100.930.63112.4186.1419.8
Hex125E75105D3F705614
Octal22136712101357716012624
Binary1001010111101111010001010111011111111110000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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