Html Css Color HEX #01706A Pine Green

📋 copy color: '#01706A'

red 1 ◦ green 112 ◦ blue 106

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

Shades of Pine Green #01706A

Tints of Pine Green #01706A

RGB

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

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

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

R = 0.46%
G = 51.14%
B = 48.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#01706A (or 0x01706A) is known color: Pine Green. HEX triplet: 01, 70 and 6A. RGB value is (1,112,106). Sum of RGB (Red+Green+Blue) = 1+112+106=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #01706A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01706A is #FE8F95. Grayscale: #4E4E4E. Windows color (decimal): -16682902 or 6975489. OLE color: 6975489.

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

Color convert

RGB 1 112 106 -
CMYK 0.99 0 0.05 0.56
HSL 176.76º 0.98% 0.22% -
HSV(B) 176.76º 0.99% 0.44% -
XYZ 8.41 12.64 15.63 -
YUV 78.13 143.73 72.99 -
System Red Green Blue C M Y K H S L
Decimal 1 112 106 0.99 0 0.05 0.56 176.76 0.98 0.22
Hex 1 70 6A 63 0 5 38 B1 62 16
Octal 1 160 152 143 0 5 70 261 142 26
Binary 1 1110000 1101010 1100011 0 101 111000 10110001 1100010 10110

Color Harmonies of #01706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01706A

Black with #01706A

Text Example


Text Example

White with #01706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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