Html Css Color HEX #077665 Tropical Rain Forest

📋 copy color: '#077665'

red 7 ◦ green 118 ◦ blue 101

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

Shades of Tropical Rain Forest #077665

Tints of Tropical Rain Forest #077665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.21%

 BLUE value IS 101 (39.84% from 255) = 44.69%

R = 3.1%
G = 52.21%
B = 44.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#077665 (or 0x077665) is known color: Tropical Rain Forest. HEX triplet: 07, 76 and 65. RGB value is (7,118,101). Sum of RGB (Red+Green+Blue) = 7+118+101=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #077665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077665 is #F8899A. Grayscale: #525252. Windows color (decimal): -16288155 or 6649351. OLE color: 6649351.

HSL color Cylindrical-coordinate representation of color #077665: hue angle of 170.81º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077665 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 118 101 -
CMYK 0.94 0 0.14 0.54
HSL 170.81º 0.89% 0.25% -
HSV(B) 170.81º 0.94% 0.46% -
XYZ 8.92 13.94 14.53 -
YUV 82.87 138.23 73.88 -
System Red Green Blue C M Y K H S L
Decimal 7 118 101 0.94 0 0.14 0.54 170.81 0.89 0.25
Hex 7 76 65 5E 0 E 36 AB 59 19
Octal 7 166 145 136 0 16 66 253 131 31
Binary 111 1110110 1100101 1011110 0 1110 110110 10101011 1011001 11001

Color Harmonies of #077665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077665

Black with #077665

Text Example


Text Example

White with #077665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077665; }

 p { color: rgb(7,118,101); }

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

background-color css

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

 a { background-color: rgb(7,118,101); }

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

border-color css

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

 span { border-color: rgb(7,118,101); }

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