#124007

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

Shades of Myrtle #124007

Tints of Myrtle #124007

Color information

#124007 (or 0x124007) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 07. RGB value is (18,64,7). Sum of RGB (Red+Green+Blue) = 18+64+7=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #124007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124007 is #EDBFF8. Grayscale: #2B2B2B. Windows color (decimal): -15581177 or 475154. OLE color: 475154.

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

Color convert

RGB18647-
CMYK0.7200.890.75
HSL108.42º80.28%13.92%-
HSV(B)108.42º89.06%25.1%-
XYZ2.123.810.82-
YUV43.75107.26109.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 64 (25.39% from 255) = 71.91%
BLUE value IS 7 (3.12% from 255) = 7.87%
R=20.22%
G=71.91%
B=7.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal186470.7200.890.75108.4280.2813.92
Hex12407480594B6c50e
Octal221007110013111315412016
Binary1001010000001111001000010110011001011110110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124007; }

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

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

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

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

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

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

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

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