Html Css Color HEX #097B5C Tropical Rain Forest

📋 copy color: '#097B5C'

red 9 ◦ green 123 ◦ blue 92

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

Shades of Tropical Rain Forest #097B5C

Tints of Tropical Rain Forest #097B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 54.91%

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

R = 4.02%
G = 54.91%
B = 41.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#097B5C (or 0x097B5C) is known color: Tropical Rain Forest. HEX triplet: 09, 7B and 5C. RGB value is (9,123,92). Sum of RGB (Red+Green+Blue) = 9+123+92=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 123 (48.44% from 255 or 54.91% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 123 - color contains mainly: green. Hex color #097B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097B5C is #F684A3. Grayscale: #555555. Windows color (decimal): -16155812 or 6060809. OLE color: 6060809.

HSL color Cylindrical-coordinate representation of color #097B5C: hue angle of 163.68º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097B5C is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 123 92 -
CMYK 0.93 0 0.25 0.52
HSL 163.68º 0.86% 0.26% -
HSV(B) 163.68º 0.93% 0.48% -
XYZ 9.13 15 12.54 -
YUV 85.38 131.73 73.52 -
System Red Green Blue C M Y K H S L
Decimal 9 123 92 0.93 0 0.25 0.52 163.68 0.86 0.26
Hex 9 7B 5C 5D 0 19 34 A4 56 1A
Octal 11 173 134 135 0 31 64 244 126 32
Binary 1001 1111011 1011100 1011101 0 11001 110100 10100100 1010110 11010

Color Harmonies of #097B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097B5C

Black with #097B5C

Text Example


Text Example

White with #097B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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