Html Css Color HEX #01716D Pine Green

📋 copy color: '#01716D'

red 1 ◦ green 113 ◦ blue 109

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

Shades of Pine Green #01716D

Tints of Pine Green #01716D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.88%

R = 0.45%
G = 50.67%
B = 48.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#01716D (or 0x01716D) is known color: Pine Green. HEX triplet: 01, 71 and 6D. RGB value is (1,113,109). Sum of RGB (Red+Green+Blue) = 1+113+109=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #01716D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01716D is #FE8E92. Grayscale: #4E4E4E. Windows color (decimal): -16682643 or 7172353. OLE color: 7172353.

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

Color convert

RGB 1 113 109 -
CMYK 0.99 0 0.04 0.56
HSL 177.86º 0.98% 0.22% -
HSV(B) 177.86º 0.99% 0.44% -
XYZ 8.68 12.92 16.5 -
YUV 79.06 144.89 72.33 -
System Red Green Blue C M Y K H S L
Decimal 1 113 109 0.99 0 0.04 0.56 177.86 0.98 0.22
Hex 1 71 6D 63 0 4 38 B2 62 16
Octal 1 161 155 143 0 4 70 262 142 26
Binary 1 1110001 1101101 1100011 0 100 111000 10110010 1100010 10110

Color Harmonies of #01716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01716D

Black with #01716D

Text Example


Text Example

White with #01716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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