Html Css Color HEX #076B60 Tropical Rain Forest

📋 copy color: '#076B60'

red 7 ◦ green 107 ◦ blue 96

#076B60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #076B60

Tints of Tropical Rain Forest #076B60

RGB

 RED value IS 7 (3.13% from 255) = 3.33%

 GREEN value IS 107 (42.19% from 255) = 50.95%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 3.33%
G = 50.95%
B = 45.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#076B60 (or 0x076B60) is known color: Tropical Rain Forest. HEX triplet: 07, 6B and 60. RGB value is (7,107,96). Sum of RGB (Red+Green+Blue) = 7+107+96=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #076B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B60 is #F8949F. Grayscale: #4B4B4B. Windows color (decimal): -16290976 or 6318855. OLE color: 6318855.

HSL color Cylindrical-coordinate representation of color #076B60: hue angle of 173.4º 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 #076B60 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 96 -
CMYK 0.93 0 0.10 0.58
HSL 173.4º 0.88% 0.22% -
HSV(B) 173.4º 0.93% 0.42% -
XYZ 7.46 11.41 12.87 -
YUV 75.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 7 107 96 0.93 0 0.10 0.58 173.4 0.88 0.22
Hex 7 6B 60 5D 0 A 3A AD 58 16
Octal 7 153 140 135 0 12 72 255 130 26
Binary 111 1101011 1100000 1011101 0 1010 111010 10101101 1011000 10110

Color Harmonies of #076B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B60

Black with #076B60

Text Example


Text Example

White with #076B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #076B60;
 }
 .AnyTagClassName
 {
   color: #076B60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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