#07826B

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

Shades of Pine Green #07826B

Tints of Pine Green #07826B

Color information

#07826B (or 0x07826B) is unknown color: approx Pine Green. HEX triplet: 07, 82 and 6B. RGB value is (7,130,107). Sum of RGB (Red+Green+Blue) = 7+130+107=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #07826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07826B is #F87D94. Grayscale: #5A5A5A. Windows color (decimal): -16285077 or 7045639. OLE color: 7045639.

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

Color convert

RGB7130107-
CMYK0.9500.180.49
HSL168.78º89.78%26.86%-
HSV(B)168.78º94.62%50.98%-
XYZ10.7217.0716.64-
YUV90.6137.2568.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.87%
GREEN value IS 130 (51.17% from 255) = 53.28%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=2.87%
G=53.28%
B=43.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71301070.9500.180.49168.7889.7826.86
Hex7826B5F01231a95a1b
Octal72021531370226125113233
Binary111100000101101011101111101001011000110101001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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