#097063

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

Shades of Tropical Rain Forest #097063

Tints of Tropical Rain Forest #097063

Color information

#097063 (or 0x097063) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 70 and 63. RGB value is (9,112,99). Sum of RGB (Red+Green+Blue) = 9+112+99=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #097063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097063 is #F68F9C. Grayscale: #4F4F4F. Windows color (decimal): -16158621 or 6516745. OLE color: 6516745.

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

Color convert

RGB911299-
CMYK0.9200.120.56
HSL172.43º85.12%23.73%-
HSV(B)172.43º91.96%43.92%-
XYZ8.1612.5513.8-
YUV79.72138.8877.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 112 (44.14% from 255) = 50.91%
BLUE value IS 99 (39.06% from 255) = 45%
R=4.09%
G=50.91%
B=45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112990.9200.120.56172.4385.1223.73
Hex970635C0C38ac5518
Octal111601431340147025412530
Binary10011110000110001110111000110011100010101100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097063; }

 p { color: rgb(9,112,99); }

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

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

 a { background-color: rgb(9,112,99); }

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

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

 span { border-color: rgb(9,112,99); }

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