#096F58

Color #096F58 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #096F58

Tints of Tropical Rain Forest #096F58

Color information

#096F58 (or 0x096F58) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 6F and 58. RGB value is (9,111,88). Sum of RGB (Red+Green+Blue) = 9+111+88=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #096F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F58 is #F690A7. Grayscale: #4D4D4D. Windows color (decimal): -16158888 or 5795593. OLE color: 5795593.

HSL color Cylindrical-coordinate representation of color #096F58: hue angle of 166.47º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F58 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB911188-
CMYK0.9200.210.56
HSL166.47º85%23.53%-
HSV(B)166.47º91.89%43.53%-
XYZ7.5612.1311.18-
YUV77.88133.7178.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 111 (43.75% from 255) = 53.37%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=4.33%
G=53.37%
B=42.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9111880.9200.210.56166.478523.53
Hex96F585C01538a65518
Octal111571301340257024612530
Binary100111011111011000101110001010111100010100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096F58; }

 p { color: rgb(9,111,88); }

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

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

 a { background-color: rgb(9,111,88); }

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

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

 span { border-color: rgb(9,111,88); }

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