#124708

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

Shades of Myrtle #124708

Tints of Myrtle #124708

Color information

#124708 (or 0x124708) is unknown color: approx Myrtle. HEX triplet: 12, 47 and 08. RGB value is (18,71,8). Sum of RGB (Red+Green+Blue) = 18+71+8=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 71 (28.12% from 255 or 73.20% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 71 - color contains mainly: green. Hex color #124708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124708 is #EDB8F7. Grayscale: #303030. Windows color (decimal): -15579384 or 542482. OLE color: 542482.

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

Color convert

RGB18718-
CMYK0.7500.890.72
HSL110.48º79.75%15.49%-
HSV(B)110.48º88.73%27.84%-
XYZ2.554.650.99-
YUV47.97105.44106.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 71 (28.12% from 255) = 73.20%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=18.56%
G=73.20%
B=8.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal187180.7500.890.72110.4879.7515.49
Hex124784B059486e50f
Octal2210710113013111015612017
Binary10010100011110001001011010110011001000110111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124708; }

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

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

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

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

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

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

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

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