Html Css Color HEX #077564 Tropical Rain Forest

📋 copy color: '#077564'

red 7 ◦ green 117 ◦ blue 100

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

Shades of Tropical Rain Forest #077564

Tints of Tropical Rain Forest #077564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.23%

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

R = 3.13%
G = 52.23%
B = 44.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#077564 (or 0x077564) is known color: Tropical Rain Forest. HEX triplet: 07, 75 and 64. RGB value is (7,117,100). Sum of RGB (Red+Green+Blue) = 7+117+100=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #077564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077564 is #F88A9B. Grayscale: #525252. Windows color (decimal): -16288412 or 6583559. OLE color: 6583559.

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

Color convert

RGB 7 117 100 -
CMYK 0.94 0 0.15 0.54
HSL 170.73º 0.89% 0.24% -
HSV(B) 170.73º 0.94% 0.46% -
XYZ 8.75 13.69 14.24 -
YUV 82.17 138.06 74.38 -
System Red Green Blue C M Y K H S L
Decimal 7 117 100 0.94 0 0.15 0.54 170.73 0.89 0.24
Hex 7 75 64 5E 0 F 36 AB 59 18
Octal 7 165 144 136 0 17 66 253 131 30
Binary 111 1110101 1100100 1011110 0 1111 110110 10101011 1011001 11000

Color Harmonies of #077564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077564

Black with #077564

Text Example


Text Example

White with #077564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077564; }

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

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

background-color css

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

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

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

border-color css

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

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

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