Html Css Color HEX #01706B Pine Green

📋 copy color: '#01706B'

red 1 ◦ green 112 ◦ blue 107

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

Shades of Pine Green #01706B

Tints of Pine Green #01706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.64%

R = 0.45%
G = 50.91%
B = 48.64%

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

#01706B (or 0x01706B) is known color: Pine Green. HEX triplet: 01, 70 and 6B. RGB value is (1,112,107). Sum of RGB (Red+Green+Blue) = 1+112+107=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #01706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01706B is #FE8F94. Grayscale: #4E4E4E. Windows color (decimal): -16682901 or 7041025. OLE color: 7041025.

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

Color convert

RGB 1 112 107 -
CMYK 0.99 0 0.04 0.56
HSL 177.3º 0.98% 0.22% -
HSV(B) 177.3º 0.99% 0.44% -
XYZ 8.46 12.66 15.91 -
YUV 78.24 144.23 72.91 -
System Red Green Blue C M Y K H S L
Decimal 1 112 107 0.99 0 0.04 0.56 177.3 0.98 0.22
Hex 1 70 6B 63 0 4 38 B1 62 16
Octal 1 160 153 143 0 4 70 261 142 26
Binary 1 1110000 1101011 1100011 0 100 111000 10110001 1100010 10110

Color Harmonies of #01706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01706B

Black with #01706B

Text Example


Text Example

White with #01706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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