Html Css Color HEX #077057 Tropical Rain Forest

📋 copy color: '#077057'

red 7 ◦ green 112 ◦ blue 87

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

Shades of Tropical Rain Forest #077057

Tints of Tropical Rain Forest #077057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.37%

 BLUE value IS 87 (34.38% from 255) = 42.23%

R = 3.4%
G = 54.37%
B = 42.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#077057 (or 0x077057) is known color: Tropical Rain Forest. HEX triplet: 07, 70 and 57. RGB value is (7,112,87). Sum of RGB (Red+Green+Blue) = 7+112+87=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #077057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077057 is #F88FA8. Grayscale: #4D4D4D. Windows color (decimal): -16289705 or 5730311. OLE color: 5730311.

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

Color convert

RGB 7 112 87 -
CMYK 0.94 0 0.22 0.56
HSL 165.71º 0.88% 0.23% -
HSV(B) 165.71º 0.94% 0.44% -
XYZ 7.6 12.32 10.99 -
YUV 77.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 7 112 87 0.94 0 0.22 0.56 165.71 0.88 0.23
Hex 7 70 57 5E 0 16 38 A6 58 17
Octal 7 160 127 136 0 26 70 246 130 27
Binary 111 1110000 1010111 1011110 0 10110 111000 10100110 1011000 10111

Color Harmonies of #077057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077057

Black with #077057

Text Example


Text Example

White with #077057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077057; }

 p { color: rgb(7,112,87); }

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

background-color css

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

 a { background-color: rgb(7,112,87); }

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

border-color css

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

 span { border-color: rgb(7,112,87); }

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