#067C63

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

Shades of Tropical Rain Forest #067C63

Tints of Tropical Rain Forest #067C63

Color information

#067C63 (or 0x067C63) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 7C and 63. RGB value is (6,124,99). Sum of RGB (Red+Green+Blue) = 6+124+99=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #067C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C63 is #F9839C. Grayscale: #555555. Windows color (decimal): -16352157 or 6519814. OLE color: 6519814.

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

Color convert

RGB612499-
CMYK0.9500.200.51
HSL167.29º90.77%25.49%-
HSV(B)167.29º95.16%48.63%-
XYZ9.5315.3514.27-
YUV85.87135.4171.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.62%
GREEN value IS 124 (48.83% from 255) = 54.15%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=2.62%
G=54.15%
B=43.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6124990.9500.200.51167.2990.7725.49
Hex67C635F01433a75b19
Octal61741431370246324713331
Binary11011111001100011101111101010011001110100111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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