#067257

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

Shades of Tropical Rain Forest #067257

Tints of Tropical Rain Forest #067257

Color information

#067257 (or 0x067257) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 72 and 57. RGB value is (6,114,87). Sum of RGB (Red+Green+Blue) = 6+114+87=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #067257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067257 is #F98DA8. Grayscale: #4E4E4E. Windows color (decimal): -16354729 or 5730822. OLE color: 5730822.

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

Color convert

RGB611487-
CMYK0.9500.240.55
HSL165º90%23.53%-
HSV(B)165º94.74%44.71%-
XYZ7.8112.7611.07-
YUV78.63132.7276.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 114 (44.92% from 255) = 55.07%
BLUE value IS 87 (34.38% from 255) = 42.03%
R=2.90%
G=55.07%
B=42.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6114870.9500.240.551659023.53
Hex672575F01837a55a18
Octal61621271370306724513230
Binary11011100101010111101111101100011011110100101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067257; }

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

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

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

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

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

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

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

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