#06716A

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

Shades of Pine Green #06716A

Tints of Pine Green #06716A

Color information

#06716A (or 0x06716A) is unknown color: approx Pine Green. HEX triplet: 06, 71 and 6A. RGB value is (6,113,106). Sum of RGB (Red+Green+Blue) = 6+113+106=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #06716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06716A is #F98E95. Grayscale: #505050. Windows color (decimal): -16354966 or 6975750. OLE color: 6975750.

HSL color Cylindrical-coordinate representation of color #06716A: hue angle of 176.07º 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 #06716A is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB6113106-
CMYK0.9500.060.56
HSL176.07º89.92%23.33%-
HSV(B)176.07º94.69%44.31%-
XYZ8.5812.8915.67-
YUV80.21142.5575.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 113 (44.53% from 255) = 50.22%
BLUE value IS 106 (41.80% from 255) = 47.11%
R=2.67%
G=50.22%
B=47.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61131060.9500.060.56176.0789.9223.33
Hex6716A5F0638b05a17
Octal6161152137067026013227
Binary110111000111010101011111011011100010110000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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