Html Css Color HEX #016F6F Pine Green

📋 copy color: '#016F6F'

red 1 ◦ green 111 ◦ blue 111

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

Shades of Pine Green #016F6F

Tints of Pine Green #016F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 0.45%
G = 49.78%
B = 49.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016F6F (or 0x016F6F) is known color: Pine Green. HEX triplet: 01, 6F and 6F. RGB value is (1,111,111). Sum of RGB (Red+Green+Blue) = 1+111+111=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #016F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F6F is #FE9090. Grayscale: #4E4E4E. Windows color (decimal): -16683153 or 7302913. OLE color: 7302913.

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

Color convert

RGB 1 111 111 -
CMYK 0.99 0 0 0.56
HSL 180º 0.98% 0.22% -
HSV(B) 180º 0.99% 0.44% -
XYZ 8.57 12.52 17 -
YUV 78.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 1 111 111 0.99 0 0 0.56 180 0.98 0.22
Hex 1 6F 6F 63 0 0 38 B4 62 16
Octal 1 157 157 143 0 0 70 264 142 26
Binary 1 1101111 1101111 1100011 0 0 111000 10110100 1100010 10110

Color Harmonies of #016F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F6F

Black with #016F6F

Text Example


Text Example

White with #016F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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