#067164

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

Shades of Tropical Rain Forest #067164

Tints of Tropical Rain Forest #067164

Color information

#067164 (or 0x067164) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 71 and 64. RGB value is (6,113,100). Sum of RGB (Red+Green+Blue) = 6+113+100=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #067164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067164 is #F98E9B. Grayscale: #4F4F4F. Windows color (decimal): -16354972 or 6582534. OLE color: 6582534.

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

Color convert

RGB6113100-
CMYK0.9500.120.56
HSL172.71º89.92%23.33%-
HSV(B)172.71º94.69%44.31%-
XYZ8.2812.7714.08-
YUV79.53139.5575.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=2.74%
G=51.60%
B=45.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61131000.9500.120.56172.7189.9223.33
Hex671645F0C38ad5a17
Octal61611441370147025513227
Binary1101110001110010010111110110011100010101101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067164; }

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

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

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

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

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

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

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

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