#097265

Color #097265 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #097265

Tints of Tropical Rain Forest #097265

Color information

#097265 (or 0x097265) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 72 and 65. RGB value is (9,114,101). Sum of RGB (Red+Green+Blue) = 9+114+101=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #097265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097265 is #F68D9A. Grayscale: #515151. Windows color (decimal): -16158107 or 6648329. OLE color: 6648329.

HSL color Cylindrical-coordinate representation of color #097265: hue angle of 172.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097265 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB9114101-
CMYK0.9200.110.55
HSL172.57º85.37%24.12%-
HSV(B)172.57º92.11%44.71%-
XYZ8.4813.0314.38-
YUV81.12139.2176.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 114 (44.92% from 255) = 50.89%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=4.02%
G=50.89%
B=45.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91141010.9200.110.55172.5785.3724.12
Hex972655C0B37ad5518
Octal111621451340136725512530
Binary10011110010110010110111000101111011110101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097265; }

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

 H1.HeaderClassName
 {
   color: #097265;
 }
 .AnyTagClassName
 {
   color: #097265;
 }
</style>
background-color css

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

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

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

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

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

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