Html Css Color HEX #017067 Pine Green

📋 copy color: '#017067'

red 1 ◦ green 112 ◦ blue 103

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

Shades of Pine Green #017067

Tints of Pine Green #017067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.69%

R = 0.46%
G = 51.85%
B = 47.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#017067 (or 0x017067) is known color: Pine Green. HEX triplet: 01, 70 and 67. RGB value is (1,112,103). Sum of RGB (Red+Green+Blue) = 1+112+103=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #017067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017067 is #FE8F98. Grayscale: #4D4D4D. Windows color (decimal): -16682905 or 6778881. OLE color: 6778881.

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

Color convert

RGB 1 112 103 -
CMYK 0.99 0 0.08 0.56
HSL 175.14º 0.98% 0.22% -
HSV(B) 175.14º 0.99% 0.44% -
XYZ 8.25 12.57 14.82 -
YUV 77.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 1 112 103 0.99 0 0.08 0.56 175.14 0.98 0.22
Hex 1 70 67 63 0 8 38 AF 62 16
Octal 1 160 147 143 0 10 70 257 142 26
Binary 1 1110000 1100111 1100011 0 1000 111000 10101111 1100010 10110

Color Harmonies of #017067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017067

Black with #017067

Text Example


Text Example

White with #017067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017067; }

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

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

background-color css

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

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

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

border-color css

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

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

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