Html Css Color HEX #01716A Pine Green

📋 copy color: '#01716A'

red 1 ◦ green 113 ◦ blue 106

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

Shades of Pine Green #01716A

Tints of Pine Green #01716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.36%

 BLUE value IS 106 (41.8% from 255) = 48.18%

R = 0.45%
G = 51.36%
B = 48.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#01716A (or 0x01716A) is known color: Pine Green. HEX triplet: 01, 71 and 6A. RGB value is (1,113,106). Sum of RGB (Red+Green+Blue) = 1+113+106=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #01716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01716A is #FE8E95. Grayscale: #4E4E4E. Windows color (decimal): -16682646 or 6975745. OLE color: 6975745.

HSL color Cylindrical-coordinate representation of color #01716A: hue angle of 176.25º 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 #01716A is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 113 106 -
CMYK 0.99 0 0.06 0.56
HSL 176.25º 0.98% 0.22% -
HSV(B) 176.25º 0.99% 0.44% -
XYZ 8.52 12.86 15.67 -
YUV 78.71 143.39 72.57 -
System Red Green Blue C M Y K H S L
Decimal 1 113 106 0.99 0 0.06 0.56 176.25 0.98 0.22
Hex 1 71 6A 63 0 6 38 B0 62 16
Octal 1 161 152 143 0 6 70 260 142 26
Binary 1 1110001 1101010 1100011 0 110 111000 10110000 1100010 10110

Color Harmonies of #01716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01716A

Black with #01716A

Text Example


Text Example

White with #01716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01716A; }

 p { color: rgb(1,113,106); }

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

background-color css

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

 a { background-color: rgb(1,113,106); }

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

border-color css

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

 span { border-color: rgb(1,113,106); }

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