#07826E

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

Shades of Pine Green #07826E

Tints of Pine Green #07826E

Color information

#07826E (or 0x07826E) is unknown color: approx Pine Green. HEX triplet: 07, 82 and 6E. RGB value is (7,130,110). Sum of RGB (Red+Green+Blue) = 7+130+110=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #07826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07826E is #F87D91. Grayscale: #5A5A5A. Windows color (decimal): -16285074 or 7242247. OLE color: 7242247.

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

Color convert

RGB7130110-
CMYK0.9500.150.49
HSL170.24º89.78%26.86%-
HSV(B)170.24º94.62%50.98%-
XYZ10.8817.1417.49-
YUV90.94138.7568.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.83%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=2.83%
G=52.63%
B=44.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71301100.9500.150.49170.2489.7826.86
Hex7826E5F0F31aa5a1b
Octal72021561370176125213233
Binary11110000010110111010111110111111000110101010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07826E; }

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

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

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

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

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

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

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

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