#06826B

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

Shades of Pine Green #06826B

Tints of Pine Green #06826B

Color information

#06826B (or 0x06826B) is unknown color: approx Pine Green. HEX triplet: 06, 82 and 6B. RGB value is (6,130,107). Sum of RGB (Red+Green+Blue) = 6+130+107=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #06826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06826B is #F97D94. Grayscale: #5A5A5A. Windows color (decimal): -16350613 or 7045638. OLE color: 7045638.

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

Color convert

RGB6130107-
CMYK0.9500.180.49
HSL168.87º91.18%26.67%-
HSV(B)168.87º95.38%50.98%-
XYZ10.7117.0716.64-
YUV90.3137.4267.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 130 (51.17% from 255) = 53.50%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=2.47%
G=53.50%
B=44.03%

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
Decimal61301070.9500.180.49168.8791.1826.67
Hex6826B5F01231a95b1b
Octal62021531370226125113333
Binary110100000101101011101111101001011000110101001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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