Html Css Color HEX #017062 Tropical Rain Forest

📋 copy color: '#017062'

red 1 ◦ green 112 ◦ blue 98

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

Shades of Tropical Rain Forest #017062

Tints of Tropical Rain Forest #017062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.08%

 BLUE value IS 98 (38.67% from 255) = 46.45%

R = 0.47%
G = 53.08%
B = 46.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#017062 (or 0x017062) is known color: Tropical Rain Forest. HEX triplet: 01, 70 and 62. RGB value is (1,112,98). Sum of RGB (Red+Green+Blue) = 1+112+98=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #017062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017062 is #FE8F9D. Grayscale: #4D4D4D. Windows color (decimal): -16682910 or 6451201. OLE color: 6451201.

HSL color Cylindrical-coordinate representation of color #017062: hue angle of 172.43º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017062 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 98 -
CMYK 0.99 0 0.13 0.56
HSL 172.43º 0.98% 0.22% -
HSV(B) 172.43º 0.99% 0.44% -
XYZ 8.01 12.48 13.54 -
YUV 77.22 139.73 73.64 -
System Red Green Blue C M Y K H S L
Decimal 1 112 98 0.99 0 0.13 0.56 172.43 0.98 0.22
Hex 1 70 62 63 0 D 38 AC 62 16
Octal 1 160 142 143 0 15 70 254 142 26
Binary 1 1110000 1100010 1100011 0 1101 111000 10101100 1100010 10110

Color Harmonies of #017062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017062

Black with #017062

Text Example


Text Example

White with #017062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017062; }

 p { color: rgb(1,112,98); }

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

background-color css

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

 a { background-color: rgb(1,112,98); }

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

border-color css

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

 span { border-color: rgb(1,112,98); }

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