#006F71

Color #006F71 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #006F71

Tints of Pine Green #006F71

Color information

#006F71 (or 0x006F71) is unknown color: approx Pine Green. HEX triplet: 00, 6F and 71. RGB value is (0,111,113). Sum of RGB (Red+Green+Blue) = 0+111+113=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #006F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F71 is #FF908E. Grayscale: #4D4D4D. Windows color (decimal): -16748687 or 7433984. OLE color: 7433984.

HSL color Cylindrical-coordinate representation of color #006F71: hue angle of 181.06º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F71 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB0111113-
CMYK10.0200.56
HSL181.06º100%22.16%-
HSV(B)181.06º100%44.31%-
XYZ8.6712.5617.59-
YUV78.04147.7372.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=0%
G=49.55%
B=50.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011111310.0200.56181.0610022.16
Hex06F71642038b56416
Octal0157161144207026514426
Binary011011111110001110010010011100010110101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006F71; }

 p { color: rgb(0,111,113); }

 H1.HeaderClassName
 {
   color: #006F71;
 }
 .AnyTagClassName
 {
   color: #006F71;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #006F71;
 }
 .BgClassName
 {
   background-color: #006F71;
 }
</style>
border-color css

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

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

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