#00716F

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

Shades of Pine Green #00716F

Tints of Pine Green #00716F

Color information

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

HSL color Cylindrical-coordinate representation of color #00716F: hue angle of 178.94º 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 #00716F is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB0113111-
CMYK100.020.56
HSL178.94º100%22.16%-
HSV(B)178.94º100%44.31%-
XYZ8.7712.9617.08-
YUV78.98146.0671.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0113111100.020.56178.9410022.16
Hex0716F640238b36416
Octal0161157144027026314426
Binary011100011101111110010001011100010110011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00716F; }

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

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

<style>
 a { background-color: #00716F; }

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

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

<style>
 span { border-color: #00716F; }

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

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