#067858

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

Shades of Tropical Rain Forest #067858

Tints of Tropical Rain Forest #067858

Color information

#067858 (or 0x067858) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 78 and 58. RGB value is (6,120,88). Sum of RGB (Red+Green+Blue) = 6+120+88=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #067858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067858 is #F987A7. Grayscale: #525252. Windows color (decimal): -16353192 or 5797894. OLE color: 5797894.

HSL color Cylindrical-coordinate representation of color #067858: hue angle of 163.16º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067858 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB612088-
CMYK0.9500.270.53
HSL163.16º90.48%24.71%-
HSV(B)163.16º95%47.06%-
XYZ8.5514.1811.52-
YUV82.27131.2373.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.80%
GREEN value IS 120 (47.27% from 255) = 56.07%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=2.80%
G=56.07%
B=41.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6120880.9500.270.53163.1690.4824.71
Hex678585F01B35a35a19
Octal61701301370336524313231
Binary11011110001011000101111101101111010110100011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067858; }

 p { color: rgb(6,120,88); }

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

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

 a { background-color: rgb(6,120,88); }

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

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

 span { border-color: rgb(6,120,88); }

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