Html Css Color HEX #077165 Tropical Rain Forest

📋 copy color: '#077165'

red 7 ◦ green 113 ◦ blue 101

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

Shades of Tropical Rain Forest #077165

Tints of Tropical Rain Forest #077165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.13%

 BLUE value IS 101 (39.84% from 255) = 45.7%

R = 3.17%
G = 51.13%
B = 45.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#077165 (or 0x077165) is known color: Tropical Rain Forest. HEX triplet: 07, 71 and 65. RGB value is (7,113,101). Sum of RGB (Red+Green+Blue) = 7+113+101=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #077165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077165 is #F88E9A. Grayscale: #4F4F4F. Windows color (decimal): -16289435 or 6648071. OLE color: 6648071.

HSL color Cylindrical-coordinate representation of color #077165: hue angle of 173.21º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077165 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 101 -
CMYK 0.94 0 0.11 0.56
HSL 173.21º 0.88% 0.24% -
HSV(B) 173.21º 0.94% 0.44% -
XYZ 8.34 12.8 14.34 -
YUV 79.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 7 113 101 0.94 0 0.11 0.56 173.21 0.88 0.24
Hex 7 71 65 5E 0 B 38 AD 58 18
Octal 7 161 145 136 0 13 70 255 130 30
Binary 111 1110001 1100101 1011110 0 1011 111000 10101101 1011000 11000

Color Harmonies of #077165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077165

Black with #077165

Text Example


Text Example

White with #077165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077165; }

 p { color: rgb(7,113,101); }

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

background-color css

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

 a { background-color: rgb(7,113,101); }

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

border-color css

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

 span { border-color: rgb(7,113,101); }

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