Html Css Color HEX #097965 Tropical Rain Forest

📋 copy color: '#097965'

red 9 ◦ green 121 ◦ blue 101

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

Shades of Tropical Rain Forest #097965

Tints of Tropical Rain Forest #097965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.38%

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

R = 3.9%
G = 52.38%
B = 43.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#097965 (or 0x097965) is known color: Tropical Rain Forest. HEX triplet: 09, 79 and 65. RGB value is (9,121,101). Sum of RGB (Red+Green+Blue) = 9+121+101=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #097965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097965 is #F6869A. Grayscale: #555555. Windows color (decimal): -16156315 or 6650121. OLE color: 6650121.

HSL color Cylindrical-coordinate representation of color #097965: hue angle of 169.29º 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 #097965 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 121 101 -
CMYK 0.93 0 0.17 0.53
HSL 169.29º 0.86% 0.25% -
HSV(B) 169.29º 0.93% 0.47% -
XYZ 9.3 14.67 14.65 -
YUV 85.23 136.89 73.63 -
System Red Green Blue C M Y K H S L
Decimal 9 121 101 0.93 0 0.17 0.53 169.29 0.86 0.25
Hex 9 79 65 5D 0 11 35 A9 56 19
Octal 11 171 145 135 0 21 65 251 126 31
Binary 1001 1111001 1100101 1011101 0 10001 110101 10101001 1010110 11001

Color Harmonies of #097965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097965

Black with #097965

Text Example


Text Example

White with #097965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097965; }

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

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

background-color css

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

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

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

border-color css

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

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

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