#125808

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

Shades of Myrtle #125808

Tints of Myrtle #125808

Color information

#125808 (or 0x125808) is unknown color: approx Myrtle. HEX triplet: 12, 58 and 08. RGB value is (18,88,8). Sum of RGB (Red+Green+Blue) = 18+88+8=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 88 (34.77% from 255 or 77.19% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 88 - color contains mainly: green. Hex color #125808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125808 is #EDA7F7. Grayscale: #3A3A3A. Windows color (decimal): -15575032 or 546834. OLE color: 546834.

HSL color Cylindrical-coordinate representation of color #125808: hue angle of 112.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125808 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB18888-
CMYK0.8000.910.65
HSL112.5º83.33%18.82%-
HSV(B)112.5º90.91%34.51%-
XYZ3.787.131.41-
YUV57.9599.8199.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 88 (34.77% from 255) = 77.19%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=15.79%
G=77.19%
B=7.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188880.8000.910.65112.583.3318.82
Hex125885005B41705313
Octal2213010120013310116012323
Binary100101011000100010100000101101110000011110000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125808; }

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

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

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

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

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

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

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

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