Html Css Color HEX #096A5C Tropical Rain Forest

📋 copy color: '#096A5C'

red 9 ◦ green 106 ◦ blue 92

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

Shades of Tropical Rain Forest #096A5C

Tints of Tropical Rain Forest #096A5C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 51.21%

 BLUE value IS 92 (36.33% from 255) = 44.44%

R = 4.35%
G = 51.21%
B = 44.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#096A5C (or 0x096A5C) is known color: Tropical Rain Forest. HEX triplet: 09, 6A and 5C. RGB value is (9,106,92). Sum of RGB (Red+Green+Blue) = 9+106+92=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #096A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A5C is #F695A3. Grayscale: #4B4B4B. Windows color (decimal): -16160164 or 6056457. OLE color: 6056457.

HSL color Cylindrical-coordinate representation of color #096A5C: hue angle of 171.34º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A5C is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 106 92 -
CMYK 0.92 0 0.13 0.58
HSL 171.34º 0.84% 0.23% -
HSV(B) 171.34º 0.92% 0.42% -
XYZ 7.2 11.14 11.9 -
YUV 75.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 9 106 92 0.92 0 0.13 0.58 171.34 0.84 0.23
Hex 9 6A 5C 5C 0 D 3A AB 54 17
Octal 11 152 134 134 0 15 72 253 124 27
Binary 1001 1101010 1011100 1011100 0 1101 111010 10101011 1010100 10111

Color Harmonies of #096A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A5C

Black with #096A5C

Text Example


Text Example

White with #096A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,106,92); }

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

background-color css

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

 a { background-color: rgb(9,106,92); }

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

border-color css

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

 span { border-color: rgb(9,106,92); }

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