#076B58

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

Shades of Tropical Rain Forest #076B58

Tints of Tropical Rain Forest #076B58

Color information

#076B58 (or 0x076B58) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 6B and 58. RGB value is (7,107,88). Sum of RGB (Red+Green+Blue) = 7+107+88=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #076B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B58 is #F894A7. Grayscale: #4A4A4A. Windows color (decimal): -16290984 or 5794567. OLE color: 5794567.

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

Color convert

RGB710788-
CMYK0.9300.180.58
HSL168.6º87.72%22.35%-
HSV(B)168.6º93.46%41.96%-
XYZ7.1111.2711.03-
YUV74.93135.3779.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 107 (42.19% from 255) = 52.97%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=3.47%
G=52.97%
B=43.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7107880.9300.180.58168.687.7222.35
Hex76B585D0123Aa95816
Octal71531301350227225113026
Binary11111010111011000101110101001011101010101001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,107,88); }

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

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

 a { background-color: rgb(7,107,88); }

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

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

 span { border-color: rgb(7,107,88); }

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