Html Css Color HEX #007661 Tropical Rain Forest

📋 copy color: '#007661'

red 0 ◦ green 118 ◦ blue 97

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

Shades of Tropical Rain Forest #007661

Tints of Tropical Rain Forest #007661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.12%

R = 0%
G = 54.88%
B = 45.12%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#007661 (or 0x007661) is known color: Tropical Rain Forest. HEX triplet: 00, 76 and 61. RGB value is (0,118,97). Sum of RGB (Red+Green+Blue) = 0+118+97=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #007661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007661 is #FF899E. Grayscale: #505050. Windows color (decimal): -16746911 or 6387200. OLE color: 6387200.

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

Color convert

RGB 0 118 97 -
CMYK 1 0 0.18 0.54
HSL 169.32º 1% 0.23% -
HSV(B) 169.32º 1% 0.46% -
XYZ 8.64 13.82 13.52 -
YUV 80.32 137.41 70.71 -
System Red Green Blue C M Y K H S L
Decimal 0 118 97 1 0 0.18 0.54 169.32 1 0.23
Hex 0 76 61 64 0 12 36 A9 64 17
Octal 0 166 141 144 0 22 66 251 144 27
Binary 0 1110110 1100001 1100100 0 10010 110110 10101001 1100100 10111

Color Harmonies of #007661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007661

Black with #007661

Text Example


Text Example

White with #007661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007661; }

 p { color: rgb(0,118,97); }

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

background-color css

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

 a { background-color: rgb(0,118,97); }

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

border-color css

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

 span { border-color: rgb(0,118,97); }

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