Html Css Color HEX #077F61 Tropical Rain Forest

📋 copy color: '#077F61'

red 7 ◦ green 127 ◦ blue 97

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

Shades of Tropical Rain Forest #077F61

Tints of Tropical Rain Forest #077F61

RGB

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

 GREEN value IS 127 (50% from 255) = 54.98%

 BLUE value IS 97 (38.28% from 255) = 41.99%

R = 3.03%
G = 54.98%
B = 41.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#077F61 (or 0x077F61) is known color: Tropical Rain Forest. HEX triplet: 07, 7F and 61. RGB value is (7,127,97). Sum of RGB (Red+Green+Blue) = 7+127+97=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 127 (50% from 255 or 54.98% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 127 - color contains mainly: green. Hex color #077F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077F61 is #F8809E. Grayscale: #575757. Windows color (decimal): -16285855 or 6389511. OLE color: 6389511.

HSL color Cylindrical-coordinate representation of color #077F61: hue angle of 165º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077F61 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 127 97 -
CMYK 0.94 0 0.24 0.50
HSL 165º 0.9% 0.26% -
HSV(B) 165º 0.94% 0.5% -
XYZ 9.83 16.09 13.9 -
YUV 87.7 133.24 70.44 -
System Red Green Blue C M Y K H S L
Decimal 7 127 97 0.94 0 0.24 0.50 165 0.9 0.26
Hex 7 7F 61 5E 0 18 32 A5 5A 1A
Octal 7 177 141 136 0 30 62 245 132 32
Binary 111 1111111 1100001 1011110 0 11000 110010 10100101 1011010 11010

Color Harmonies of #077F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077F61

Black with #077F61

Text Example


Text Example

White with #077F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077F61; }

 p { color: rgb(7,127,97); }

 H1.HeaderClassName
 {
   color: #077F61;
 }
 .AnyTagClassName
 {
   color: #077F61;
 }
</style>

background-color css

<style>
 a { background-color: #077F61; }

 a { background-color: rgb(7,127,97); }

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

border-color css

<style>
 span { border-color: #077F61; }

 span { border-color: rgb(7,127,97); }

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