#078271

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

Shades of Pine Green #078271

Tints of Pine Green #078271

Color information

#078271 (or 0x078271) is unknown color: approx Pine Green. HEX triplet: 07, 82 and 71. RGB value is (7,130,113). Sum of RGB (Red+Green+Blue) = 7+130+113=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #078271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078271 is #F87D8E. Grayscale: #5B5B5B. Windows color (decimal): -16285071 or 7438855. OLE color: 7438855.

HSL color Cylindrical-coordinate representation of color #078271: hue angle of 171.71º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078271 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB7130113-
CMYK0.9500.130.49
HSL171.71º89.78%26.86%-
HSV(B)171.71º94.62%50.98%-
XYZ11.0517.218.36-
YUV91.29140.2567.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.8%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=2.8%
G=52%
B=45.2%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71301130.9500.130.49171.7189.7826.86
Hex782715F0D31ac5a1b
Octal72021611370156125413233
Binary11110000010111000110111110110111000110101100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078271; }

 p { color: rgb(7,130,113); }

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

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

 a { background-color: rgb(7,130,113); }

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

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

 span { border-color: rgb(7,130,113); }

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