Html Css Color HEX #007760 Tropical Rain Forest

📋 copy color: '#007760'

red 0 ◦ green 119 ◦ blue 96

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

Shades of Tropical Rain Forest #007760

Tints of Tropical Rain Forest #007760

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 119 (46.88% from 255) = 55.35%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 0%
G = 55.35%
B = 44.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#007760 (or 0x007760) is known color: Tropical Rain Forest. HEX triplet: 00, 77 and 60. RGB value is (0,119,96). Sum of RGB (Red+Green+Blue) = 0+119+96=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #007760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007760 is #FF889F. Grayscale: #505050. Windows color (decimal): -16746656 or 6321920. OLE color: 6321920.

HSL color Cylindrical-coordinate representation of color #007760: hue angle of 168.4º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007760 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 96 -
CMYK 1 0 0.19 0.53
HSL 168.4º 1% 0.23% -
HSV(B) 168.4º 1% 0.47% -
XYZ 8.71 14.04 13.32 -
YUV 80.8 136.58 70.37 -
System Red Green Blue C M Y K H S L
Decimal 0 119 96 1 0 0.19 0.53 168.4 1 0.23
Hex 0 77 60 64 0 13 35 A8 64 17
Octal 0 167 140 144 0 23 65 250 144 27
Binary 0 1110111 1100000 1100100 0 10011 110101 10101000 1100100 10111

Color Harmonies of #007760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007760

Black with #007760

Text Example


Text Example

White with #007760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007760; }

 p { color: rgb(0,119,96); }

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

background-color css

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

 a { background-color: rgb(0,119,96); }

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

border-color css

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

 span { border-color: rgb(0,119,96); }

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