Html Css Color HEX #077260 Tropical Rain Forest

📋 copy color: '#077260'

red 7 ◦ green 114 ◦ blue 96

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

Shades of Tropical Rain Forest #077260

Tints of Tropical Rain Forest #077260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.53%

 BLUE value IS 96 (37.89% from 255) = 44.24%

R = 3.23%
G = 52.53%
B = 44.24%

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

#077260 (or 0x077260) is known color: Tropical Rain Forest. HEX triplet: 07, 72 and 60. RGB value is (7,114,96). Sum of RGB (Red+Green+Blue) = 7+114+96=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #077260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077260 is #F88D9F. Grayscale: #4F4F4F. Windows color (decimal): -16289184 or 6320647. OLE color: 6320647.

HSL color Cylindrical-coordinate representation of color #077260: hue angle of 169.91º degrees, saturation: 0.88, 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 #077260 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 114 96 -
CMYK 0.94 0 0.16 0.55
HSL 169.91º 0.88% 0.24% -
HSV(B) 169.91º 0.94% 0.45% -
XYZ 8.22 12.92 13.13 -
YUV 79.96 137.05 75.96 -
System Red Green Blue C M Y K H S L
Decimal 7 114 96 0.94 0 0.16 0.55 169.91 0.88 0.24
Hex 7 72 60 5E 0 10 37 AA 58 18
Octal 7 162 140 136 0 20 67 252 130 30
Binary 111 1110010 1100000 1011110 0 10000 110111 10101010 1011000 11000

Color Harmonies of #077260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077260

Black with #077260

Text Example


Text Example

White with #077260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077260; }

 p { color: rgb(7,114,96); }

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

background-color css

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

 a { background-color: rgb(7,114,96); }

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

border-color css

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

 span { border-color: rgb(7,114,96); }

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