#123007

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

Shades of Myrtle #123007

Tints of Myrtle #123007

Color information

#123007 (or 0x123007) is unknown color: approx Myrtle. HEX triplet: 12, 30 and 07. RGB value is (18,48,7). Sum of RGB (Red+Green+Blue) = 18+48+7=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #123007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123007 is #EDCFF8. Grayscale: #222222. Windows color (decimal): -15585273 or 471058. OLE color: 471058.

HSL color Cylindrical-coordinate representation of color #123007: hue angle of 103.9º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123007 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB18487-
CMYK0.6300.850.81
HSL103.9º74.55%10.78%-
HSV(B)103.9º85.42%18.82%-
XYZ1.342.260.57-
YUV34.36112.56116.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 48 (19.14% from 255) = 65.75%
BLUE value IS 7 (3.12% from 255) = 9.59%
R=24.66%
G=65.75%
B=9.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal184870.6300.850.81103.974.5510.78
Hex123073F05551684bb
Octal2260777012512115011313
Binary10010110000111111111010101011010001110100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123007; }

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

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

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

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

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

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

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

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