Html Css Color HEX #076B5B Tropical Rain Forest

📋 copy color: '#076B5B'

red 7 ◦ green 107 ◦ blue 91

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

Shades of Tropical Rain Forest #076B5B

Tints of Tropical Rain Forest #076B5B

RGB

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

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

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

R = 3.41%
G = 52.2%
B = 44.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#076B5B (or 0x076B5B) is known color: Tropical Rain Forest. HEX triplet: 07, 6B and 5B. RGB value is (7,107,91). Sum of RGB (Red+Green+Blue) = 7+107+91=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #076B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B5B is #F894A4. Grayscale: #4B4B4B. Windows color (decimal): -16290981 or 5991175. OLE color: 5991175.

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

Color convert

RGB 7 107 91 -
CMYK 0.93 0 0.15 0.58
HSL 170.4º 0.88% 0.22% -
HSV(B) 170.4º 0.93% 0.42% -
XYZ 7.23 11.32 11.7 -
YUV 75.28 136.87 79.3 -
System Red Green Blue C M Y K H S L
Decimal 7 107 91 0.93 0 0.15 0.58 170.4 0.88 0.22
Hex 7 6B 5B 5D 0 F 3A AA 58 16
Octal 7 153 133 135 0 17 72 252 130 26
Binary 111 1101011 1011011 1011101 0 1111 111010 10101010 1011000 10110

Color Harmonies of #076B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B5B

Black with #076B5B

Text Example


Text Example

White with #076B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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