#097260

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

Shades of Tropical Rain Forest #097260

Tints of Tropical Rain Forest #097260

Color information

#097260 (or 0x097260) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 72 and 60. RGB value is (9,114,96). Sum of RGB (Red+Green+Blue) = 9+114+96=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #097260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097260 is #F68D9F. Grayscale: #505050. Windows color (decimal): -16158112 or 6320649. OLE color: 6320649.

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

Color convert

RGB911496-
CMYK0.9200.160.55
HSL169.71º85.37%24.12%-
HSV(B)169.71º92.11%44.71%-
XYZ8.2412.9413.13-
YUV80.55136.7176.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=4.11%
G=52.05%
B=43.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9114960.9200.160.55169.7185.3724.12
Hex972605C01037aa5518
Octal111621401340206725212530
Binary100111100101100000101110001000011011110101010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097260; }

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

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

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

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

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

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

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

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