Html Css Color HEX #096B5F Tropical Rain Forest

📋 copy color: '#096B5F'

red 9 ◦ green 107 ◦ blue 95

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

Shades of Tropical Rain Forest #096B5F

Tints of Tropical Rain Forest #096B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 4.27%
G = 50.71%
B = 45.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#096B5F (or 0x096B5F) is known color: Tropical Rain Forest. HEX triplet: 09, 6B and 5F. RGB value is (9,107,95). Sum of RGB (Red+Green+Blue) = 9+107+95=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #096B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B5F is #F694A0. Grayscale: #4C4C4C. Windows color (decimal): -16159905 or 6253321. OLE color: 6253321.

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

Color convert

RGB 9 107 95 -
CMYK 0.92 0 0.11 0.58
HSL 172.65º 0.84% 0.23% -
HSV(B) 172.65º 0.92% 0.42% -
XYZ 7.44 11.4 12.63 -
YUV 76.33 138.53 79.98 -
System Red Green Blue C M Y K H S L
Decimal 9 107 95 0.92 0 0.11 0.58 172.65 0.84 0.23
Hex 9 6B 5F 5C 0 B 3A AD 54 17
Octal 11 153 137 134 0 13 72 255 124 27
Binary 1001 1101011 1011111 1011100 0 1011 111010 10101101 1010100 10111

Color Harmonies of #096B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B5F

Black with #096B5F

Text Example


Text Example

White with #096B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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