#124700

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

Shades of Myrtle #124700

Tints of Myrtle #124700

Color information

#124700 (or 0x124700) is unknown color: approx Myrtle. HEX triplet: 12, 47 and 00. RGB value is (18,71,0). Sum of RGB (Red+Green+Blue) = 18+71+0=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 71 (28.12% from 255 or 79.78% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 71 - color contains mainly: green. Hex color #124700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124700 is #EDB8FF. Grayscale: #2F2F2F. Windows color (decimal): -15579392 or 18194. OLE color: 18194.

HSL color Cylindrical-coordinate representation of color #124700: hue angle of 104.79º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #124700 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB18710-
CMYK0.75010.72
HSL104.79º100%13.92%-
HSV(B)104.79º100%27.84%-
XYZ2.54.640.76-
YUV47.06101.44107.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 71 (28.12% from 255) = 79.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.22%
G=79.78%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal187100.75010.72104.7910013.92
Hex124704B064486964e
Octal221070113014411015114416
Binary10010100011101001011011001001001000110100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124700; }

 p { color: rgb(18,71,0); }

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

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

 a { background-color: rgb(18,71,0); }

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

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

 span { border-color: rgb(18,71,0); }

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