Html Css Color HEX #077366 Tropical Rain Forest

📋 copy color: '#077366'

red 7 ◦ green 115 ◦ blue 102

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

Shades of Tropical Rain Forest #077366

Tints of Tropical Rain Forest #077366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 3.13%
G = 51.34%
B = 45.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#077366 (or 0x077366) is known color: Tropical Rain Forest. HEX triplet: 07, 73 and 66. RGB value is (7,115,102). Sum of RGB (Red+Green+Blue) = 7+115+102=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #077366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077366 is #F88C99. Grayscale: #515151. Windows color (decimal): -16288922 or 6714119. OLE color: 6714119.

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

Color convert

RGB 7 115 102 -
CMYK 0.94 0 0.11 0.55
HSL 172.78º 0.89% 0.24% -
HSV(B) 172.78º 0.94% 0.45% -
XYZ 8.62 13.27 14.68 -
YUV 81.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 7 115 102 0.94 0 0.11 0.55 172.78 0.89 0.24
Hex 7 73 66 5E 0 B 37 AD 59 18
Octal 7 163 146 136 0 13 67 255 131 30
Binary 111 1110011 1100110 1011110 0 1011 110111 10101101 1011001 11000

Color Harmonies of #077366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077366

Black with #077366

Text Example


Text Example

White with #077366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077366; }

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

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

background-color css

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

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

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

border-color css

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

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

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