Html Css Color HEX #077462 Tropical Rain Forest

📋 copy color: '#077462'

red 7 ◦ green 116 ◦ blue 98

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

Shades of Tropical Rain Forest #077462

Tints of Tropical Rain Forest #077462

RGB

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

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

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

R = 3.17%
G = 52.49%
B = 44.34%

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

#077462 (or 0x077462) is known color: Tropical Rain Forest. HEX triplet: 07, 74 and 62. RGB value is (7,116,98). Sum of RGB (Red+Green+Blue) = 7+116+98=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #077462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077462 is #F88B9D. Grayscale: #515151. Windows color (decimal): -16288670 or 6452231. OLE color: 6452231.

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

Color convert

RGB 7 116 98 -
CMYK 0.94 0 0.16 0.55
HSL 170.09º 0.89% 0.24% -
HSV(B) 170.09º 0.94% 0.45% -
XYZ 8.54 13.42 13.7 -
YUV 81.36 137.39 74.96 -
System Red Green Blue C M Y K H S L
Decimal 7 116 98 0.94 0 0.16 0.55 170.09 0.89 0.24
Hex 7 74 62 5E 0 10 37 AA 59 18
Octal 7 164 142 136 0 20 67 252 131 30
Binary 111 1110100 1100010 1011110 0 10000 110111 10101010 1011001 11000

Color Harmonies of #077462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077462

Black with #077462

Text Example


Text Example

White with #077462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077462; }

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

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

background-color css

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

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

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

border-color css

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

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

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