Html Css Color HEX #076B5A Tropical Rain Forest

📋 copy color: '#076B5A'

red 7 ◦ green 107 ◦ blue 90

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

Shades of Tropical Rain Forest #076B5A

Tints of Tropical Rain Forest #076B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.12%

R = 3.43%
G = 52.45%
B = 44.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#076B5A (or 0x076B5A) is known color: Tropical Rain Forest. HEX triplet: 07, 6B and 5A. RGB value is (7,107,90). Sum of RGB (Red+Green+Blue) = 7+107+90=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #076B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B5A is #F894A5. Grayscale: #4B4B4B. Windows color (decimal): -16290982 or 5925639. OLE color: 5925639.

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

Color convert

RGB 7 107 90 -
CMYK 0.93 0 0.16 0.58
HSL 169.8º 0.88% 0.22% -
HSV(B) 169.8º 0.93% 0.42% -
XYZ 7.19 11.3 11.47 -
YUV 75.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 7 107 90 0.93 0 0.16 0.58 169.8 0.88 0.22
Hex 7 6B 5A 5D 0 10 3A AA 58 16
Octal 7 153 132 135 0 20 72 252 130 26
Binary 111 1101011 1011010 1011101 0 10000 111010 10101010 1011000 10110

Color Harmonies of #076B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B5A

Black with #076B5A

Text Example


Text Example

White with #076B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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