Html Css Color HEX #077461 Tropical Rain Forest

📋 copy color: '#077461'

red 7 ◦ green 116 ◦ blue 97

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

Shades of Tropical Rain Forest #077461

Tints of Tropical Rain Forest #077461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.73%

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

R = 3.18%
G = 52.73%
B = 44.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#077461 (or 0x077461) is known color: Tropical Rain Forest. HEX triplet: 07, 74 and 61. RGB value is (7,116,97). Sum of RGB (Red+Green+Blue) = 7+116+97=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #077461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077461 is #F88B9E. Grayscale: #515151. Windows color (decimal): -16288671 or 6386695. OLE color: 6386695.

HSL color Cylindrical-coordinate representation of color #077461: hue angle of 169.54º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077461 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 116 97 -
CMYK 0.94 0 0.16 0.55
HSL 169.54º 0.89% 0.24% -
HSV(B) 169.54º 0.94% 0.45% -
XYZ 8.49 13.4 13.45 -
YUV 81.24 136.89 75.04 -
System Red Green Blue C M Y K H S L
Decimal 7 116 97 0.94 0 0.16 0.55 169.54 0.89 0.24
Hex 7 74 61 5E 0 10 37 AA 59 18
Octal 7 164 141 136 0 20 67 252 131 30
Binary 111 1110100 1100001 1011110 0 10000 110111 10101010 1011001 11000

Color Harmonies of #077461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077461

Black with #077461

Text Example


Text Example

White with #077461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077461; }

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

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

background-color css

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

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

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

border-color css

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

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

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