Html Css Color HEX #077364 Tropical Rain Forest

📋 copy color: '#077364'

red 7 ◦ green 115 ◦ blue 100

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

Shades of Tropical Rain Forest #077364

Tints of Tropical Rain Forest #077364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.05%

R = 3.15%
G = 51.8%
B = 45.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#077364 (or 0x077364) is known color: Tropical Rain Forest. HEX triplet: 07, 73 and 64. RGB value is (7,115,100). Sum of RGB (Red+Green+Blue) = 7+115+100=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #077364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077364 is #F88C9B. Grayscale: #505050. Windows color (decimal): -16288924 or 6583047. OLE color: 6583047.

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

Color convert

RGB 7 115 100 -
CMYK 0.94 0 0.13 0.55
HSL 171.67º 0.89% 0.24% -
HSV(B) 171.67º 0.94% 0.45% -
XYZ 8.52 13.23 14.16 -
YUV 81 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 7 115 100 0.94 0 0.13 0.55 171.67 0.89 0.24
Hex 7 73 64 5E 0 D 37 AC 59 18
Octal 7 163 144 136 0 15 67 254 131 30
Binary 111 1110011 1100100 1011110 0 1101 110111 10101100 1011001 11000

Color Harmonies of #077364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077364

Black with #077364

Text Example


Text Example

White with #077364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077364; }

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

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

background-color css

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

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

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

border-color css

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

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

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