#067460

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

Shades of Tropical Rain Forest #067460

Tints of Tropical Rain Forest #067460

Color information

#067460 (or 0x067460) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 74 and 60. RGB value is (6,116,96). Sum of RGB (Red+Green+Blue) = 6+116+96=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #067460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067460 is #F98B9F. Grayscale: #505050. Windows color (decimal): -16354208 or 6321158. OLE color: 6321158.

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

Color convert

RGB611696-
CMYK0.9500.170.55
HSL169.09º90.16%23.92%-
HSV(B)169.09º94.83%45.49%-
XYZ8.4313.3713.2-
YUV80.83136.5674.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 116 (45.70% from 255) = 53.21%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=2.75%
G=53.21%
B=44.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6116960.9500.170.55169.0990.1623.92
Hex674605F01137a95a18
Octal61641401370216725113230
Binary11011101001100000101111101000111011110101001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067460; }

 p { color: rgb(6,116,96); }

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

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

 a { background-color: rgb(6,116,96); }

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

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

 span { border-color: rgb(6,116,96); }

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