Html Css Color HEX #017966 Tropical Rain Forest

📋 copy color: '#017966'

red 1 ◦ green 121 ◦ blue 102

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

Shades of Tropical Rain Forest #017966

Tints of Tropical Rain Forest #017966

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

 GREEN value IS 121 (47.66% from 255) = 54.02%

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

R = 0.45%
G = 54.02%
B = 45.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#017966 (or 0x017966) is known color: Tropical Rain Forest. HEX triplet: 01, 79 and 66. RGB value is (1,121,102). Sum of RGB (Red+Green+Blue) = 1+121+102=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #017966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017966 is #FE8699. Grayscale: #525252. Windows color (decimal): -16680602 or 6715649. OLE color: 6715649.

HSL color Cylindrical-coordinate representation of color #017966: hue angle of 170.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017966 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 121 102 -
CMYK 0.99 0 0.16 0.53
HSL 170.5º 0.98% 0.24% -
HSV(B) 170.5º 0.99% 0.47% -
XYZ 9.25 14.64 14.91 -
YUV 82.95 138.74 69.54 -
System Red Green Blue C M Y K H S L
Decimal 1 121 102 0.99 0 0.16 0.53 170.5 0.98 0.24
Hex 1 79 66 63 0 10 35 AA 62 18
Octal 1 171 146 143 0 20 65 252 142 30
Binary 1 1111001 1100110 1100011 0 10000 110101 10101010 1100010 11000

Color Harmonies of #017966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017966

Black with #017966

Text Example


Text Example

White with #017966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017966; }

 p { color: rgb(1,121,102); }

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

background-color css

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

 a { background-color: rgb(1,121,102); }

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

border-color css

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

 span { border-color: rgb(1,121,102); }

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