Html Css Color HEX #096C5D Tropical Rain Forest

📋 copy color: '#096C5D'

red 9 ◦ green 108 ◦ blue 93

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

Shades of Tropical Rain Forest #096C5D

Tints of Tropical Rain Forest #096C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.43%

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

R = 4.29%
G = 51.43%
B = 44.29%

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

#096C5D (or 0x096C5D) is known color: Tropical Rain Forest. HEX triplet: 09, 6C and 5D. RGB value is (9,108,93). Sum of RGB (Red+Green+Blue) = 9+108+93=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #096C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C5D is #F693A2. Grayscale: #4C4C4C. Windows color (decimal): -16159651 or 6122505. OLE color: 6122505.

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

Color convert

RGB 9 108 93 -
CMYK 0.92 0 0.14 0.58
HSL 170.91º 0.85% 0.23% -
HSV(B) 170.91º 0.92% 0.42% -
XYZ 7.45 11.57 12.2 -
YUV 76.69 137.2 79.72 -
System Red Green Blue C M Y K H S L
Decimal 9 108 93 0.92 0 0.14 0.58 170.91 0.85 0.23
Hex 9 6C 5D 5C 0 E 3A AB 55 17
Octal 11 154 135 134 0 16 72 253 125 27
Binary 1001 1101100 1011101 1011100 0 1110 111010 10101011 1010101 10111

Color Harmonies of #096C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C5D

Black with #096C5D

Text Example


Text Example

White with #096C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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