#078272

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

Shades of Pine Green #078272

Tints of Pine Green #078272

Color information

#078272 (or 0x078272) is unknown color: approx Pine Green. HEX triplet: 07, 82 and 72. RGB value is (7,130,114). Sum of RGB (Red+Green+Blue) = 7+130+114=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #078272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078272 is #F87D8D. Grayscale: #5B5B5B. Windows color (decimal): -16285070 or 7504391. OLE color: 7504391.

HSL color Cylindrical-coordinate representation of color #078272: hue angle of 172.2º 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 #078272 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB7130114-
CMYK0.9500.120.49
HSL172.2º89.78%26.86%-
HSV(B)172.2º94.62%50.98%-
XYZ11.1117.2318.66-
YUV91.4140.7567.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.79%
GREEN value IS 130 (51.17% from 255) = 51.79%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=2.79%
G=51.79%
B=45.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71301140.9500.120.49172.289.7826.86
Hex782725F0C31ac5a1b
Octal72021621370146125413233
Binary11110000010111001010111110110011000110101100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078272; }

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

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

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

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

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

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

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

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