#067C57

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

Shades of Tropical Rain Forest #067C57

Tints of Tropical Rain Forest #067C57

Color information

#067C57 (or 0x067C57) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 7C and 57. RGB value is (6,124,87). Sum of RGB (Red+Green+Blue) = 6+124+87=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #067C57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C57 is #F983A8. Grayscale: #545454. Windows color (decimal): -16352169 or 5733382. OLE color: 5733382.

HSL color Cylindrical-coordinate representation of color #067C57: hue angle of 161.19º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C57 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB612487-
CMYK0.9500.300.51
HSL161.19º90.77%25.49%-
HSV(B)161.19º95.16%48.63%-
XYZ915.1411.47-
YUV84.5129.4172.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 124 (48.83% from 255) = 57.14%
BLUE value IS 87 (34.38% from 255) = 40.09%
R=2.76%
G=57.14%
B=40.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6124870.9500.300.51161.1990.7725.49
Hex67C575F01E33a15b19
Octal61741271370366324113331
Binary11011111001010111101111101111011001110100001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067C57; }

 p { color: rgb(6,124,87); }

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

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

 a { background-color: rgb(6,124,87); }

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

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

 span { border-color: rgb(6,124,87); }

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