Html Css Color HEX #077063 Tropical Rain Forest

📋 copy color: '#077063'

red 7 ◦ green 112 ◦ blue 99

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

Shades of Tropical Rain Forest #077063

Tints of Tropical Rain Forest #077063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.41%

R = 3.21%
G = 51.38%
B = 45.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#077063 (or 0x077063) is known color: Tropical Rain Forest. HEX triplet: 07, 70 and 63. RGB value is (7,112,99). Sum of RGB (Red+Green+Blue) = 7+112+99=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #077063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077063 is #F88F9C. Grayscale: #4F4F4F. Windows color (decimal): -16289693 or 6516743. OLE color: 6516743.

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

Color convert

RGB 7 112 99 -
CMYK 0.94 0 0.12 0.56
HSL 172.57º 0.88% 0.23% -
HSV(B) 172.57º 0.94% 0.44% -
XYZ 8.13 12.53 13.8 -
YUV 79.12 139.21 76.56 -
System Red Green Blue C M Y K H S L
Decimal 7 112 99 0.94 0 0.12 0.56 172.57 0.88 0.23
Hex 7 70 63 5E 0 C 38 AD 58 17
Octal 7 160 143 136 0 14 70 255 130 27
Binary 111 1110000 1100011 1011110 0 1100 111000 10101101 1011000 10111

Color Harmonies of #077063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077063

Black with #077063

Text Example


Text Example

White with #077063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077063; }

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

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

background-color css

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

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

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

border-color css

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

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

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