Html Css Color HEX #076B5C Tropical Rain Forest

📋 copy color: '#076B5C'

red 7 ◦ green 107 ◦ blue 92

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

Shades of Tropical Rain Forest #076B5C

Tints of Tropical Rain Forest #076B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.66%

R = 3.4%
G = 51.94%
B = 44.66%

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

#076B5C (or 0x076B5C) is known color: Tropical Rain Forest. HEX triplet: 07, 6B and 5C. RGB value is (7,107,92). Sum of RGB (Red+Green+Blue) = 7+107+92=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #076B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B5C is #F894A3. Grayscale: #4B4B4B. Windows color (decimal): -16290980 or 6056711. OLE color: 6056711.

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

Color convert

RGB 7 107 92 -
CMYK 0.93 0 0.14 0.58
HSL 171º 0.88% 0.22% -
HSV(B) 171º 0.93% 0.42% -
XYZ 7.28 11.33 11.93 -
YUV 75.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 7 107 92 0.93 0 0.14 0.58 171 0.88 0.22
Hex 7 6B 5C 5D 0 E 3A AB 58 16
Octal 7 153 134 135 0 16 72 253 130 26
Binary 111 1101011 1011100 1011101 0 1110 111010 10101011 1011000 10110

Color Harmonies of #076B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B5C

Black with #076B5C

Text Example


Text Example

White with #076B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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