Html Css Color HEX #016E66 Pine Green

📋 copy color: '#016E66'

red 1 ◦ green 110 ◦ blue 102

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

Shades of Pine Green #016E66

Tints of Pine Green #016E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.89%

R = 0.47%
G = 51.64%
B = 47.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#016E66 (or 0x016E66) is known color: Pine Green. HEX triplet: 01, 6E and 66. RGB value is (1,110,102). Sum of RGB (Red+Green+Blue) = 1+110+102=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 110 (43.36% from 255 or 51.64% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 110 - color contains mainly: green. Hex color #016E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E66 is #FE9199. Grayscale: #4C4C4C. Windows color (decimal): -16683418 or 6712833. OLE color: 6712833.

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

Color convert

RGB 1 110 102 -
CMYK 0.99 0 0.07 0.57
HSL 175.6º 0.98% 0.22% -
HSV(B) 175.6º 0.99% 0.43% -
XYZ 7.99 12.12 14.49 -
YUV 76.5 142.39 74.15 -
System Red Green Blue C M Y K H S L
Decimal 1 110 102 0.99 0 0.07 0.57 175.6 0.98 0.22
Hex 1 6E 66 63 0 7 39 B0 62 16
Octal 1 156 146 143 0 7 71 260 142 26
Binary 1 1101110 1100110 1100011 0 111 111001 10110000 1100010 10110

Color Harmonies of #016E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E66

Black with #016E66

Text Example


Text Example

White with #016E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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