Html Css Color HEX #007666 Tropical Rain Forest

📋 copy color: '#007666'

red 0 ◦ green 118 ◦ blue 102

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

Shades of Tropical Rain Forest #007666

Tints of Tropical Rain Forest #007666

RGB

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

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

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

R = 0%
G = 53.64%
B = 46.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#007666 (or 0x007666) is known color: Tropical Rain Forest. HEX triplet: 00, 76 and 66. RGB value is (0,118,102). Sum of RGB (Red+Green+Blue) = 0+118+102=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #007666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007666 is #FF8999. Grayscale: #505050. Windows color (decimal): -16746906 or 6714880. OLE color: 6714880.

HSL color Cylindrical-coordinate representation of color #007666: hue angle of 171.86º 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 #007666 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 118 102 -
CMYK 1 0 0.14 0.54
HSL 171.86º 1% 0.23% -
HSV(B) 171.86º 1% 0.46% -
XYZ 8.88 13.92 14.79 -
YUV 80.89 139.91 70.3 -
System Red Green Blue C M Y K H S L
Decimal 0 118 102 1 0 0.14 0.54 171.86 1 0.23
Hex 0 76 66 64 0 E 36 AC 64 17
Octal 0 166 146 144 0 16 66 254 144 27
Binary 0 1110110 1100110 1100100 0 1110 110110 10101100 1100100 10111

Color Harmonies of #007666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007666

Black with #007666

Text Example


Text Example

White with #007666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007666; }

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

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

background-color css

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

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

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

border-color css

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

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

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