Html Css Color HEX #097964 Tropical Rain Forest

📋 copy color: '#097964'

red 9 ◦ green 121 ◦ blue 100

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

Shades of Tropical Rain Forest #097964

Tints of Tropical Rain Forest #097964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.48%

R = 3.91%
G = 52.61%
B = 43.48%

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

#097964 (or 0x097964) is known color: Tropical Rain Forest. HEX triplet: 09, 79 and 64. RGB value is (9,121,100). Sum of RGB (Red+Green+Blue) = 9+121+100=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #097964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097964 is #F6869B. Grayscale: #555555. Windows color (decimal): -16156316 or 6584585. OLE color: 6584585.

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

Color convert

RGB 9 121 100 -
CMYK 0.93 0 0.17 0.53
HSL 168.75º 0.86% 0.25% -
HSV(B) 168.75º 0.93% 0.47% -
XYZ 9.25 14.65 14.4 -
YUV 85.12 136.39 73.71 -
System Red Green Blue C M Y K H S L
Decimal 9 121 100 0.93 0 0.17 0.53 168.75 0.86 0.25
Hex 9 79 64 5D 0 11 35 A9 56 19
Octal 11 171 144 135 0 21 65 251 126 31
Binary 1001 1111001 1100100 1011101 0 10001 110101 10101001 1010110 11001

Color Harmonies of #097964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097964

Black with #097964

Text Example


Text Example

White with #097964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097964; }

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

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

background-color css

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

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

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

border-color css

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

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

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