#124F08

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

Shades of Myrtle #124F08

Tints of Myrtle #124F08

Color information

#124F08 (or 0x124F08) is unknown color: approx Myrtle. HEX triplet: 12, 4F and 08. RGB value is (18,79,8). Sum of RGB (Red+Green+Blue) = 18+79+8=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 79 (31.25% from 255 or 75.24% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 79 - color contains mainly: green. Hex color #124F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124F08 is #EDB0F7. Grayscale: #343434. Windows color (decimal): -15577336 or 544530. OLE color: 544530.

HSL color Cylindrical-coordinate representation of color #124F08: hue angle of 111.55º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124F08 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB18798-
CMYK0.7700.900.69
HSL111.55º81.61%17.06%-
HSV(B)111.55º89.87%30.98%-
XYZ3.095.741.17-
YUV52.67102.79103.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 79 (31.25% from 255) = 75.24%
BLUE value IS 8 (3.52% from 255) = 7.62%
R=17.14%
G=75.24%
B=7.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal187980.7700.900.69111.5581.6117.06
Hex124F84D05A45705211
Octal2211710115013210516012221
Binary100101001111100010011010101101010001011110000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124F08; }

 p { color: rgb(18,79,8); }

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

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

 a { background-color: rgb(18,79,8); }

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

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

 span { border-color: rgb(18,79,8); }

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