Html Css Color HEX #096C61 Tropical Rain Forest

📋 copy color: '#096C61'

red 9 ◦ green 108 ◦ blue 97

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

Shades of Tropical Rain Forest #096C61

Tints of Tropical Rain Forest #096C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.33%

R = 4.21%
G = 50.47%
B = 45.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#096C61 (or 0x096C61) is known color: Tropical Rain Forest. HEX triplet: 09, 6C and 61. RGB value is (9,108,97). Sum of RGB (Red+Green+Blue) = 9+108+97=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #096C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C61 is #F6939E. Grayscale: #4D4D4D. Windows color (decimal): -16159647 or 6384649. OLE color: 6384649.

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

Color convert

RGB 9 108 97 -
CMYK 0.92 0 0.10 0.58
HSL 173.33º 0.85% 0.23% -
HSV(B) 173.33º 0.92% 0.42% -
XYZ 7.63 11.65 13.15 -
YUV 77.15 139.2 79.39 -
System Red Green Blue C M Y K H S L
Decimal 9 108 97 0.92 0 0.10 0.58 173.33 0.85 0.23
Hex 9 6C 61 5C 0 A 3A AD 55 17
Octal 11 154 141 134 0 12 72 255 125 27
Binary 1001 1101100 1100001 1011100 0 1010 111010 10101101 1010101 10111

Color Harmonies of #096C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C61

Black with #096C61

Text Example


Text Example

White with #096C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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