Html Css Color HEX #096F5D Tropical Rain Forest

📋 copy color: '#096F5D'

red 9 ◦ green 111 ◦ blue 93

#096F5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #096F5D

Tints of Tropical Rain Forest #096F5D

RGB

 RED value IS 9 (3.91% from 255) = 4.23%

 GREEN value IS 111 (43.75% from 255) = 52.11%

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 4.23%
G = 52.11%
B = 43.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#096F5D (or 0x096F5D) is known color: Tropical Rain Forest. HEX triplet: 09, 6F and 5D. RGB value is (9,111,93). Sum of RGB (Red+Green+Blue) = 9+111+93=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #096F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F5D is #F690A2. Grayscale: #4E4E4E. Windows color (decimal): -16158883 or 6123273. OLE color: 6123273.

HSL color Cylindrical-coordinate representation of color #096F5D: hue angle of 169.41º 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 #096F5D is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 111 93 -
CMYK 0.92 0 0.16 0.56
HSL 169.41º 0.85% 0.24% -
HSV(B) 169.41º 0.92% 0.44% -
XYZ 7.77 12.22 12.3 -
YUV 78.45 136.21 78.46 -
System Red Green Blue C M Y K H S L
Decimal 9 111 93 0.92 0 0.16 0.56 169.41 0.85 0.24
Hex 9 6F 5D 5C 0 10 38 A9 55 18
Octal 11 157 135 134 0 20 70 251 125 30
Binary 1001 1101111 1011101 1011100 0 10000 111000 10101001 1010101 11000

Color Harmonies of #096F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F5D

Black with #096F5D

Text Example


Text Example

White with #096F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #096F5D;
 }
 .AnyTagClassName
 {
   color: #096F5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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