#067464

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

Shades of Tropical Rain Forest #067464

Tints of Tropical Rain Forest #067464

Color information

#067464 (or 0x067464) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 74 and 64. RGB value is (6,116,100). Sum of RGB (Red+Green+Blue) = 6+116+100=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #067464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067464 is #F98B9B. Grayscale: #515151. Windows color (decimal): -16354204 or 6583302. OLE color: 6583302.

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

Color convert

RGB6116100-
CMYK0.9500.140.55
HSL171.27º90.16%23.92%-
HSV(B)171.27º94.83%45.49%-
XYZ8.6213.4514.2-
YUV81.29138.5674.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 116 (45.70% from 255) = 52.25%
BLUE value IS 100 (39.45% from 255) = 45.05%
R=2.70%
G=52.25%
B=45.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61161000.9500.140.55171.2790.1623.92
Hex674645F0E37ab5a18
Octal61641441370166725313230
Binary1101110100110010010111110111011011110101011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067464; }

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

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

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

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

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

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

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

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