Html Css Color HEX #01706D Pine Green

📋 copy color: '#01706D'

red 1 ◦ green 112 ◦ blue 109

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

Shades of Pine Green #01706D

Tints of Pine Green #01706D

RGB

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

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

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

R = 0.45%
G = 50.45%
B = 49.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#01706D (or 0x01706D) is known color: Pine Green. HEX triplet: 01, 70 and 6D. RGB value is (1,112,109). Sum of RGB (Red+Green+Blue) = 1+112+109=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #01706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01706D is #FE8F92. Grayscale: #4E4E4E. Windows color (decimal): -16682899 or 7172097. OLE color: 7172097.

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

Color convert

RGB 1 112 109 -
CMYK 0.99 0 0.03 0.56
HSL 178.38º 0.98% 0.22% -
HSV(B) 178.38º 0.99% 0.44% -
XYZ 8.57 12.7 16.47 -
YUV 78.47 145.23 72.74 -
System Red Green Blue C M Y K H S L
Decimal 1 112 109 0.99 0 0.03 0.56 178.38 0.98 0.22
Hex 1 70 6D 63 0 3 38 B2 62 16
Octal 1 160 155 143 0 3 70 262 142 26
Binary 1 1110000 1101101 1100011 0 11 111000 10110010 1100010 10110

Color Harmonies of #01706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01706D

Black with #01706D

Text Example


Text Example

White with #01706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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