#125508

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

Shades of Myrtle #125508

Tints of Myrtle #125508

Color information

#125508 (or 0x125508) is unknown color: approx Myrtle. HEX triplet: 12, 55 and 08. RGB value is (18,85,8). Sum of RGB (Red+Green+Blue) = 18+85+8=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 85 (33.59% from 255 or 76.58% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 85 - color contains mainly: green. Hex color #125508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125508 is #EDAAF7. Grayscale: #383838. Windows color (decimal): -15575800 or 546066. OLE color: 546066.

HSL color Cylindrical-coordinate representation of color #125508: hue angle of 112.21º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125508 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB18858-
CMYK0.7900.910.67
HSL112.21º82.8%18.24%-
HSV(B)112.21º90.59%33.33%-
XYZ3.546.641.33-
YUV56.19100.8100.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 85 (33.59% from 255) = 76.58%
BLUE value IS 8 (3.52% from 255) = 7.21%
R=16.22%
G=76.58%
B=7.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal188580.7900.910.67112.2182.818.24
Hex125584F05B43705312
Octal2212510117013310316012322
Binary100101010101100010011110101101110000111110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125508; }

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

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

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

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

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

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

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

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