Html Css Color HEX #077262 Tropical Rain Forest

📋 copy color: '#077262'

red 7 ◦ green 114 ◦ blue 98

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

Shades of Tropical Rain Forest #077262

Tints of Tropical Rain Forest #077262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.75%

R = 3.2%
G = 52.05%
B = 44.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#077262 (or 0x077262) is known color: Tropical Rain Forest. HEX triplet: 07, 72 and 62. RGB value is (7,114,98). Sum of RGB (Red+Green+Blue) = 7+114+98=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #077262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077262 is #F88D9D. Grayscale: #505050. Windows color (decimal): -16289182 or 6451719. OLE color: 6451719.

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

Color convert

RGB 7 114 98 -
CMYK 0.94 0 0.14 0.55
HSL 171.03º 0.88% 0.24% -
HSV(B) 171.03º 0.94% 0.45% -
XYZ 8.31 12.96 13.62 -
YUV 80.18 138.05 75.8 -
System Red Green Blue C M Y K H S L
Decimal 7 114 98 0.94 0 0.14 0.55 171.03 0.88 0.24
Hex 7 72 62 5E 0 E 37 AB 58 18
Octal 7 162 142 136 0 16 67 253 130 30
Binary 111 1110010 1100010 1011110 0 1110 110111 10101011 1011000 11000

Color Harmonies of #077262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077262

Black with #077262

Text Example


Text Example

White with #077262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077262; }

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

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

background-color css

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

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

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

border-color css

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

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

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