Html Css Color HEX #077359 Tropical Rain Forest

📋 copy color: '#077359'

red 7 ◦ green 115 ◦ blue 89

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

Shades of Tropical Rain Forest #077359

Tints of Tropical Rain Forest #077359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 54.5%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 3.32%
G = 54.5%
B = 42.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#077359 (or 0x077359) is known color: Tropical Rain Forest. HEX triplet: 07, 73 and 59. RGB value is (7,115,89). Sum of RGB (Red+Green+Blue) = 7+115+89=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #077359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077359 is #F88CA6. Grayscale: #4F4F4F. Windows color (decimal): -16288935 or 5862151. OLE color: 5862151.

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

Color convert

RGB 7 115 89 -
CMYK 0.94 0 0.23 0.55
HSL 165.56º 0.89% 0.24% -
HSV(B) 165.56º 0.94% 0.45% -
XYZ 8.02 13.03 11.54 -
YUV 79.74 133.22 76.11 -
System Red Green Blue C M Y K H S L
Decimal 7 115 89 0.94 0 0.23 0.55 165.56 0.89 0.24
Hex 7 73 59 5E 0 17 37 A6 59 18
Octal 7 163 131 136 0 27 67 246 131 30
Binary 111 1110011 1011001 1011110 0 10111 110111 10100110 1011001 11000

Color Harmonies of #077359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077359

Black with #077359

Text Example


Text Example

White with #077359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077359; }

 p { color: rgb(7,115,89); }

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

background-color css

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

 a { background-color: rgb(7,115,89); }

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

border-color css

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

 span { border-color: rgb(7,115,89); }

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