Html Css Color HEX #016E67 Pine Green

📋 copy color: '#016E67'

red 1 ◦ green 110 ◦ blue 103

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

Shades of Pine Green #016E67

Tints of Pine Green #016E67

RGB

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

 GREEN value IS 110 (43.36% from 255) = 51.4%

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

R = 0.47%
G = 51.4%
B = 48.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#016E67 (or 0x016E67) is known color: Pine Green. HEX triplet: 01, 6E and 67. RGB value is (1,110,103). Sum of RGB (Red+Green+Blue) = 1+110+103=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 110 (43.36% from 255 or 51.40% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 110 - color contains mainly: green. Hex color #016E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E67 is #FE9198. Grayscale: #4C4C4C. Windows color (decimal): -16683417 or 6778369. OLE color: 6778369.

HSL color Cylindrical-coordinate representation of color #016E67: hue angle of 176.15º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E67 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 110 103 -
CMYK 0.99 0 0.06 0.57
HSL 176.15º 0.98% 0.22% -
HSV(B) 176.15º 0.99% 0.43% -
XYZ 8.04 12.14 14.75 -
YUV 76.61 142.89 74.07 -
System Red Green Blue C M Y K H S L
Decimal 1 110 103 0.99 0 0.06 0.57 176.15 0.98 0.22
Hex 1 6E 67 63 0 6 39 B0 62 16
Octal 1 156 147 143 0 6 71 260 142 26
Binary 1 1101110 1100111 1100011 0 110 111001 10110000 1100010 10110

Color Harmonies of #016E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E67

Black with #016E67

Text Example


Text Example

White with #016E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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