Html Css Color HEX #076D5D Tropical Rain Forest

📋 copy color: '#076D5D'

red 7 ◦ green 109 ◦ blue 93

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

Shades of Tropical Rain Forest #076D5D

Tints of Tropical Rain Forest #076D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 52.15%

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 3.35%
G = 52.15%
B = 44.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#076D5D (or 0x076D5D) is known color: Tropical Rain Forest. HEX triplet: 07, 6D and 5D. RGB value is (7,109,93). Sum of RGB (Red+Green+Blue) = 7+109+93=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 109 (42.97% from 255 or 52.15% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 109 - color contains mainly: green. Hex color #076D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076D5D is #F892A2. Grayscale: #4C4C4C. Windows color (decimal): -16290467 or 6122759. OLE color: 6122759.

HSL color Cylindrical-coordinate representation of color #076D5D: hue angle of 170.59º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D5D is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 109 93 -
CMYK 0.94 0 0.15 0.57
HSL 170.59º 0.88% 0.23% -
HSV(B) 170.59º 0.94% 0.43% -
XYZ 7.53 11.77 12.23 -
YUV 76.68 137.21 78.3 -
System Red Green Blue C M Y K H S L
Decimal 7 109 93 0.94 0 0.15 0.57 170.59 0.88 0.23
Hex 7 6D 5D 5E 0 F 39 AB 58 17
Octal 7 155 135 136 0 17 71 253 130 27
Binary 111 1101101 1011101 1011110 0 1111 111001 10101011 1011000 10111

Color Harmonies of #076D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076D5D

Black with #076D5D

Text Example


Text Example

White with #076D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,109,93); }

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

background-color css

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

 a { background-color: rgb(7,109,93); }

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

border-color css

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

 span { border-color: rgb(7,109,93); }

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