Html Css Color HEX #097865 Tropical Rain Forest

📋 copy color: '#097865'

red 9 ◦ green 120 ◦ blue 101

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

Shades of Tropical Rain Forest #097865

Tints of Tropical Rain Forest #097865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 52.17%

 BLUE value IS 101 (39.84% from 255) = 43.91%

R = 3.91%
G = 52.17%
B = 43.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#097865 (or 0x097865) is known color: Tropical Rain Forest. HEX triplet: 09, 78 and 65. RGB value is (9,120,101). Sum of RGB (Red+Green+Blue) = 9+120+101=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #097865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097865 is #F6879A. Grayscale: #545454. Windows color (decimal): -16156571 or 6649865. OLE color: 6649865.

HSL color Cylindrical-coordinate representation of color #097865: hue angle of 169.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097865 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 120 101 -
CMYK 0.92 0 0.16 0.53
HSL 169.73º 0.86% 0.25% -
HSV(B) 169.73º 0.93% 0.47% -
XYZ 9.18 14.43 14.61 -
YUV 84.65 137.23 74.04 -
System Red Green Blue C M Y K H S L
Decimal 9 120 101 0.92 0 0.16 0.53 169.73 0.86 0.25
Hex 9 78 65 5C 0 10 35 AA 56 19
Octal 11 170 145 134 0 20 65 252 126 31
Binary 1001 1111000 1100101 1011100 0 10000 110101 10101010 1010110 11001

Color Harmonies of #097865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097865

Black with #097865

Text Example


Text Example

White with #097865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097865; }

 p { color: rgb(9,120,101); }

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

background-color css

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

 a { background-color: rgb(9,120,101); }

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

border-color css

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

 span { border-color: rgb(9,120,101); }

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