Html Css Color HEX #016F67 Pine Green

📋 copy color: '#016F67'

red 1 ◦ green 111 ◦ blue 103

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

Shades of Pine Green #016F67

Tints of Pine Green #016F67

RGB

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

 GREEN value IS 111 (43.75% from 255) = 51.63%

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

R = 0.47%
G = 51.63%
B = 47.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#016F67 (or 0x016F67) is known color: Pine Green. HEX triplet: 01, 6F and 67. RGB value is (1,111,103). Sum of RGB (Red+Green+Blue) = 1+111+103=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #016F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F67 is #FE9098. Grayscale: #4D4D4D. Windows color (decimal): -16683161 or 6778625. OLE color: 6778625.

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

Color convert

RGB 1 111 103 -
CMYK 0.99 0 0.07 0.56
HSL 175.64º 0.98% 0.22% -
HSV(B) 175.64º 0.99% 0.44% -
XYZ 8.15 12.35 14.79 -
YUV 77.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 1 111 103 0.99 0 0.07 0.56 175.64 0.98 0.22
Hex 1 6F 67 63 0 7 38 B0 62 16
Octal 1 157 147 143 0 7 70 260 142 26
Binary 1 1101111 1100111 1100011 0 111 111000 10110000 1100010 10110

Color Harmonies of #016F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F67

Black with #016F67

Text Example


Text Example

White with #016F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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