Html Css Color HEX #097864 Tropical Rain Forest

📋 copy color: '#097864'

red 9 ◦ green 120 ◦ blue 100

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

Shades of Tropical Rain Forest #097864

Tints of Tropical Rain Forest #097864

RGB

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

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

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

R = 3.93%
G = 52.4%
B = 43.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#097864 (or 0x097864) is known color: Tropical Rain Forest. HEX triplet: 09, 78 and 64. RGB value is (9,120,100). Sum of RGB (Red+Green+Blue) = 9+120+100=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #097864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097864 is #F6879B. Grayscale: #545454. Windows color (decimal): -16156572 or 6584329. OLE color: 6584329.

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

Color convert

RGB 9 120 100 -
CMYK 0.92 0 0.17 0.53
HSL 169.19º 0.86% 0.25% -
HSV(B) 169.19º 0.93% 0.47% -
XYZ 9.13 14.41 14.36 -
YUV 84.53 136.73 74.13 -
System Red Green Blue C M Y K H S L
Decimal 9 120 100 0.92 0 0.17 0.53 169.19 0.86 0.25
Hex 9 78 64 5C 0 11 35 A9 56 19
Octal 11 170 144 134 0 21 65 251 126 31
Binary 1001 1111000 1100100 1011100 0 10001 110101 10101001 1010110 11001

Color Harmonies of #097864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097864

Black with #097864

Text Example


Text Example

White with #097864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097864; }

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

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

background-color css

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

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

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

border-color css

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

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

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