Html Css Color HEX #096B5C Tropical Rain Forest

📋 copy color: '#096B5C'

red 9 ◦ green 107 ◦ blue 92

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

Shades of Tropical Rain Forest #096B5C

Tints of Tropical Rain Forest #096B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.44%

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

R = 4.33%
G = 51.44%
B = 44.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#096B5C (or 0x096B5C) is known color: Tropical Rain Forest. HEX triplet: 09, 6B and 5C. RGB value is (9,107,92). Sum of RGB (Red+Green+Blue) = 9+107+92=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #096B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B5C is #F694A3. Grayscale: #4B4B4B. Windows color (decimal): -16159908 or 6056713. OLE color: 6056713.

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

Color convert

RGB 9 107 92 -
CMYK 0.92 0 0.14 0.58
HSL 170.82º 0.84% 0.23% -
HSV(B) 170.82º 0.92% 0.42% -
XYZ 7.3 11.35 11.93 -
YUV 75.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 9 107 92 0.92 0 0.14 0.58 170.82 0.84 0.23
Hex 9 6B 5C 5C 0 E 3A AB 54 17
Octal 11 153 134 134 0 16 72 253 124 27
Binary 1001 1101011 1011100 1011100 0 1110 111010 10101011 1010100 10111

Color Harmonies of #096B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B5C

Black with #096B5C

Text Example


Text Example

White with #096B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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