Html Css Color HEX #076A5B Tropical Rain Forest

📋 copy color: '#076A5B'

red 7 ◦ green 106 ◦ blue 91

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

Shades of Tropical Rain Forest #076A5B

Tints of Tropical Rain Forest #076A5B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 51.96%

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 3.43%
G = 51.96%
B = 44.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#076A5B (or 0x076A5B) is known color: Tropical Rain Forest. HEX triplet: 07, 6A and 5B. RGB value is (7,106,91). Sum of RGB (Red+Green+Blue) = 7+106+91=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #076A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A5B is #F895A4. Grayscale: #4A4A4A. Windows color (decimal): -16291237 or 5990919. OLE color: 5990919.

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

Color convert

RGB 7 106 91 -
CMYK 0.93 0 0.14 0.58
HSL 170.91º 0.88% 0.22% -
HSV(B) 170.91º 0.93% 0.42% -
XYZ 7.13 11.11 11.67 -
YUV 74.69 137.2 79.72 -
System Red Green Blue C M Y K H S L
Decimal 7 106 91 0.93 0 0.14 0.58 170.91 0.88 0.22
Hex 7 6A 5B 5D 0 E 3A AB 58 16
Octal 7 152 133 135 0 16 72 253 130 26
Binary 111 1101010 1011011 1011101 0 1110 111010 10101011 1011000 10110

Color Harmonies of #076A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A5B

Black with #076A5B

Text Example


Text Example

White with #076A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,106,91); }

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

background-color css

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

 a { background-color: rgb(7,106,91); }

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

border-color css

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

 span { border-color: rgb(7,106,91); }

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