#076C63

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

Shades of Tropical Rain Forest #076C63

Tints of Tropical Rain Forest #076C63

Color information

#076C63 (or 0x076C63) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 6C and 63. RGB value is (7,108,99). Sum of RGB (Red+Green+Blue) = 7+108+99=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #076C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076C63 is #F8939C. Grayscale: #4C4C4C. Windows color (decimal): -16290717 or 6515719. OLE color: 6515719.

HSL color Cylindrical-coordinate representation of color #076C63: hue angle of 174.65º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076C63 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB710899-
CMYK0.9400.080.58
HSL174.65º87.83%22.55%-
HSV(B)174.65º93.52%42.35%-
XYZ7.711.6713.65-
YUV76.77140.5478.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.27%
GREEN value IS 108 (42.58% from 255) = 50.47%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=3.27%
G=50.47%
B=46.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7108990.9400.080.58174.6587.8322.55
Hex76C635E083Aaf5817
Octal71541431360107225713027
Binary1111101100110001110111100100011101010101111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,108,99); }

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

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

 a { background-color: rgb(7,108,99); }

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

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

 span { border-color: rgb(7,108,99); }

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