#122D07

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

Shades of Myrtle #122D07

Tints of Myrtle #122D07

Color information

#122D07 (or 0x122D07) is unknown color: approx Myrtle. HEX triplet: 12, 2D and 07. RGB value is (18,45,7). Sum of RGB (Red+Green+Blue) = 18+45+7=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 45 (17.97% from 255 or 64.29% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 45 - color contains mainly: green. Hex color #122D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122D07 is #EDD2F8. Grayscale: #202020. Windows color (decimal): -15586041 or 470290. OLE color: 470290.

HSL color Cylindrical-coordinate representation of color #122D07: hue angle of 102.63º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122D07 is Cyan = 0.6, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.82.

Color convert

RGB18457-
CMYK0.600.840.82
HSL102.63º73.08%10.2%-
HSV(B)102.63º84.44%17.65%-
XYZ1.232.020.53-
YUV32.6113.55117.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 45 (17.97% from 255) = 64.29%
BLUE value IS 7 (3.12% from 255) = 10%
R=25.71%
G=64.29%
B=10%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal184570.600.840.82102.6373.0810.2
Hex122D73C054526749a
Octal2255774012412214711112
Binary10010101101111111100010101001010010110011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122D07; }

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

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

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

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

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

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

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

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