#124712

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

Shades of Myrtle #124712

Tints of Myrtle #124712

Color information

#124712 (or 0x124712) is unknown color: approx Myrtle. HEX triplet: 12, 47 and 12. RGB value is (18,71,18). Sum of RGB (Red+Green+Blue) = 18+71+18=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #124712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124712 is #EDB8ED. Grayscale: #313131. Windows color (decimal): -15579374 or 1197842. OLE color: 1197842.

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

Color convert

RGB187118-
CMYK0.7500.750.72
HSL120º59.55%17.45%-
HSV(B)120º74.65%27.84%-
XYZ2.614.681.34-
YUV49.11110.44105.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 71 (28.12% from 255) = 66.36%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=16.82%
G=66.36%
B=16.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871180.7500.750.7212059.5517.45
Hex1247124B04B48783c11
Octal221072211301131101707421
Binary100101000111100101001011010010111001000111100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124712; }

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

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

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

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

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

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

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

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