#085912

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

Shades of Myrtle #085912

Tints of Myrtle #085912

Color information

#085912 (or 0x085912) is unknown color: approx Myrtle. HEX triplet: 08, 59 and 12. RGB value is (8,89,18). Sum of RGB (Red+Green+Blue) = 8+89+18=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 89 (35.16% from 255 or 77.39% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 89 - color contains mainly: green. Hex color #085912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085912 is #F7A6ED. Grayscale: #383838. Windows color (decimal): -16230126 or 1202440. OLE color: 1202440.

HSL color Cylindrical-coordinate representation of color #085912: hue angle of 127.41º degrees, saturation: 0.84, 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 #085912 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB88918-
CMYK0.9100.800.65
HSL127.41º83.51%19.02%-
HSV(B)127.41º91.01%34.9%-
XYZ3.787.241.77-
YUV56.69106.1693.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 89 (35.16% from 255) = 77.39%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=6.96%
G=77.39%
B=15.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889180.9100.800.65127.4183.5119.02
Hex859125B050417f5413
Octal1013122133012010117712423
Binary100010110011001010110110101000010000011111111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085912; }

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

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

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

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

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

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

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

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