#095207

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

Shades of Myrtle #095207

Tints of Myrtle #095207

Color information

#095207 (or 0x095207) is unknown color: approx Myrtle. HEX triplet: 09, 52 and 07. RGB value is (9,82,7). Sum of RGB (Red+Green+Blue) = 9+82+7=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 82 (32.42% from 255 or 83.67% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 82 - color contains mainly: green. Hex color #095207 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095207 is #F6ADF8. Grayscale: #333333. Windows color (decimal): -16166393 or 479753. OLE color: 479753.

HSL color Cylindrical-coordinate representation of color #095207: hue angle of 118.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095207 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB9827-
CMYK0.8900.910.68
HSL118.4º84.27%17.45%-
HSV(B)118.4º91.46%32.16%-
XYZ3.176.111.21-
YUV51.62102.8297.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.18%
GREEN value IS 82 (32.42% from 255) = 83.67%
BLUE value IS 7 (3.12% from 255) = 7.14%
R=9.18%
G=83.67%
B=7.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal98270.8900.910.68118.484.2717.45
Hex95275905B44765411
Octal111227131013310416612421
Binary1001101001011110110010101101110001001110110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095207; }

 p { color: rgb(9,82,7); }

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

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

 a { background-color: rgb(9,82,7); }

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

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

 span { border-color: rgb(9,82,7); }

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