#007671

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

Shades of Pine Green #007671

Tints of Pine Green #007671

Color information

#007671 (or 0x007671) is unknown color: approx Pine Green. HEX triplet: 00, 76 and 71. RGB value is (0,118,113). Sum of RGB (Red+Green+Blue) = 0+118+113=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #007671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007671 is #FF898E. Grayscale: #525252. Windows color (decimal): -16746895 or 7435776. OLE color: 7435776.

HSL color Cylindrical-coordinate representation of color #007671: hue angle of 177.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007671 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB0118113-
CMYK100.040.54
HSL177.46º100%23.14%-
HSV(B)177.46º100%46.27%-
XYZ9.4614.1517.86-
YUV82.15145.4169.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 51.08%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=0%
G=51.08%
B=48.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal0118113100.040.54177.4610023.14
Hex07671640436b16417
Octal0166161144046626114427
Binary0111011011100011100100010011011010110001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007671; }

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

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

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

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

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

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

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

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