#067359

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

Shades of Tropical Rain Forest #067359

Tints of Tropical Rain Forest #067359

Color information

#067359 (or 0x067359) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 73 and 59. RGB value is (6,115,89). Sum of RGB (Red+Green+Blue) = 6+115+89=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #067359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067359 is #F98CA6. Grayscale: #4F4F4F. Windows color (decimal): -16354471 or 5862150. OLE color: 5862150.

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

Color convert

RGB611589-
CMYK0.9500.230.55
HSL165.69º90.08%23.73%-
HSV(B)165.69º94.78%45.1%-
XYZ8.0113.0211.54-
YUV79.44133.3975.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 115 (45.31% from 255) = 54.76%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=2.86%
G=54.76%
B=42.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6115890.9500.230.55165.6990.0823.73
Hex673595F01737a65a18
Octal61631311370276724613230
Binary11011100111011001101111101011111011110100110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067359; }

 p { color: rgb(6,115,89); }

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

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

 a { background-color: rgb(6,115,89); }

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

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

 span { border-color: rgb(6,115,89); }

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