Html Css Color HEX #016D65 Tropical Rain Forest

📋 copy color: '#016D65'

red 1 ◦ green 109 ◦ blue 101

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

Shades of Tropical Rain Forest #016D65

Tints of Tropical Rain Forest #016D65

RGB

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

 GREEN value IS 109 (42.97% from 255) = 51.66%

 BLUE value IS 101 (39.84% from 255) = 47.87%

R = 0.47%
G = 51.66%
B = 47.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#016D65 (or 0x016D65) is known color: Tropical Rain Forest. HEX triplet: 01, 6D and 65. RGB value is (1,109,101). Sum of RGB (Red+Green+Blue) = 1+109+101=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #016D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D65 is #FE929A. Grayscale: #4B4B4B. Windows color (decimal): -16683675 or 6647041. OLE color: 6647041.

HSL color Cylindrical-coordinate representation of color #016D65: hue angle of 175.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D65 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 101 -
CMYK 0.99 0 0.07 0.57
HSL 175.56º 0.98% 0.22% -
HSV(B) 175.56º 0.99% 0.43% -
XYZ 7.83 11.88 14.19 -
YUV 75.8 142.22 74.65 -
System Red Green Blue C M Y K H S L
Decimal 1 109 101 0.99 0 0.07 0.57 175.56 0.98 0.22
Hex 1 6D 65 63 0 7 39 B0 62 16
Octal 1 155 145 143 0 7 71 260 142 26
Binary 1 1101101 1100101 1100011 0 111 111001 10110000 1100010 10110

Color Harmonies of #016D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D65

Black with #016D65

Text Example


Text Example

White with #016D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D65; }

 p { color: rgb(1,109,101); }

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

background-color css

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

 a { background-color: rgb(1,109,101); }

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

border-color css

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

 span { border-color: rgb(1,109,101); }

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