#124702

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

Shades of Myrtle #124702

Tints of Myrtle #124702

Color information

#124702 (or 0x124702) is unknown color: approx Myrtle. HEX triplet: 12, 47 and 02. RGB value is (18,71,2). Sum of RGB (Red+Green+Blue) = 18+71+2=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #124702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124702 is #EDB8FD. Grayscale: #2F2F2F. Windows color (decimal): -15579390 or 149266. OLE color: 149266.

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

Color convert

RGB18712-
CMYK0.7500.970.72
HSL106.09º94.52%14.31%-
HSV(B)106.09º97.18%27.84%-
XYZ2.514.640.82-
YUV47.29102.44107.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 71 (28.12% from 255) = 78.02%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=19.78%
G=78.02%
B=2.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal187120.7500.970.72106.0994.5214.31
Hex124724B061486a5fe
Octal221072113014111015213716
Binary100101000111101001011011000011001000110101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124702; }

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

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

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

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

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

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

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

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