#067262

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

Shades of Tropical Rain Forest #067262

Tints of Tropical Rain Forest #067262

Color information

#067262 (or 0x067262) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 72 and 62. RGB value is (6,114,98). Sum of RGB (Red+Green+Blue) = 6+114+98=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #067262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067262 is #F98D9D. Grayscale: #4F4F4F. Windows color (decimal): -16354718 or 6451718. OLE color: 6451718.

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

Color convert

RGB611498-
CMYK0.9500.140.55
HSL171.11º90%23.53%-
HSV(B)171.11º94.74%44.71%-
XYZ8.312.9613.62-
YUV79.88138.2275.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=2.75%
G=52.29%
B=44.95%

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
Decimal6114980.9500.140.55171.119023.53
Hex672625F0E37ab5a18
Octal61621421370166725313230
Binary1101110010110001010111110111011011110101011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067262; }

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

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

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

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

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

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

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

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