#067C66

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

Shades of Tropical Rain Forest #067C66

Tints of Tropical Rain Forest #067C66

Color information

#067C66 (or 0x067C66) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 7C and 66. RGB value is (6,124,102). Sum of RGB (Red+Green+Blue) = 6+124+102=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #067C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C66 is #F98399. Grayscale: #565656. Windows color (decimal): -16352154 or 6716422. OLE color: 6716422.

HSL color Cylindrical-coordinate representation of color #067C66: hue angle of 168.81º 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 #067C66 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB6124102-
CMYK0.9500.180.51
HSL168.81º90.77%25.49%-
HSV(B)168.81º95.16%48.63%-
XYZ9.6815.4115.04-
YUV86.21136.9170.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.59%
GREEN value IS 124 (48.83% from 255) = 53.45%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=2.59%
G=53.45%
B=43.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61241020.9500.180.51168.8190.7725.49
Hex67C665F01233a95b19
Octal61741461370226325113331
Binary11011111001100110101111101001011001110101001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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