#06716c

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

Shades of Pine Green #06716C

Tints of Pine Green #06716C

Color information

#06716C (or 0x06716C) is unknown color: approx Pine Green. HEX triplet: 06, 71 and 6C. RGB value is (6,113,108). Sum of RGB (Red+Green+Blue) = 6+113+108=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #06716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06716C is #F98E93. Grayscale: #505050. Windows color (decimal): -16354964 or 7106822. OLE color: 7106822.

HSL color Cylindrical-coordinate representation of color #06716C: hue angle of 177.2º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06716C is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB6113108-
CMYK0.9500.040.56
HSL177.2º89.92%23.33%-
HSV(B)177.2º94.69%44.31%-
XYZ8.6912.9316.23-
YUV80.44143.5574.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=2.64%
G=49.78%
B=47.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61131080.9500.040.56177.289.9223.33
Hex6716C5F0438b15a17
Octal6161154137047026113227
Binary110111000111011001011111010011100010110001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06716c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06716c; }

 p { color: rgb(6,113,108); }

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

<style>
 a { background-color: #06716c; }

 a { background-color: rgb(6,113,108); }

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

<style>
 span { border-color: #06716c; }

 span { border-color: rgb(6,113,108); }

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