Html Css Color HEX #01706C Pine Green

📋 copy color: '#01706C'

red 1 ◦ green 112 ◦ blue 108

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

Shades of Pine Green #01706C

Tints of Pine Green #01706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.87%

R = 0.45%
G = 50.68%
B = 48.87%

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

#01706C (or 0x01706C) is known color: Pine Green. HEX triplet: 01, 70 and 6C. RGB value is (1,112,108). Sum of RGB (Red+Green+Blue) = 1+112+108=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #01706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01706C is #FE8F93. Grayscale: #4E4E4E. Windows color (decimal): -16682900 or 7106561. OLE color: 7106561.

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

Color convert

RGB 1 112 108 -
CMYK 0.99 0 0.04 0.56
HSL 177.84º 0.98% 0.22% -
HSV(B) 177.84º 0.99% 0.44% -
XYZ 8.51 12.68 16.19 -
YUV 78.36 144.73 72.83 -
System Red Green Blue C M Y K H S L
Decimal 1 112 108 0.99 0 0.04 0.56 177.84 0.98 0.22
Hex 1 70 6C 63 0 4 38 B2 62 16
Octal 1 160 154 143 0 4 70 262 142 26
Binary 1 1110000 1101100 1100011 0 100 111000 10110010 1100010 10110

Color Harmonies of #01706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01706C

Black with #01706C

Text Example


Text Example

White with #01706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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