#094608

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

Shades of Myrtle #094608

Tints of Myrtle #094608

Color information

#094608 (or 0x094608) is unknown color: approx Myrtle. HEX triplet: 09, 46 and 08. RGB value is (9,70,8). Sum of RGB (Red+Green+Blue) = 9+70+8=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 70 (27.73% from 255 or 80.46% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 70 - color contains mainly: green. Hex color #094608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094608 is #F6B9F7. Grayscale: #2C2C2C. Windows color (decimal): -16169464 or 542217. OLE color: 542217.

HSL color Cylindrical-coordinate representation of color #094608: hue angle of 119.03º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094608 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB9708-
CMYK0.8700.890.73
HSL119.03º79.49%15.29%-
HSV(B)119.03º88.57%27.45%-
XYZ2.354.460.97-
YUV44.69107.29102.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.34%
GREEN value IS 70 (27.73% from 255) = 80.46%
BLUE value IS 8 (3.52% from 255) = 9.20%
R=10.34%
G=80.46%
B=9.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal97080.8700.890.73119.0379.4915.29
Hex94685705949774ff
Octal1110610127013111116711717
Binary1001100011010001010111010110011001001111011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094608; }

 p { color: rgb(9,70,8); }

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

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

 a { background-color: rgb(9,70,8); }

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

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

 span { border-color: rgb(9,70,8); }

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