#0B826E

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

Shades of Pine Green #0B826E

Tints of Pine Green #0B826E

Color information

#0B826E (or 0x0B826E) is unknown color: approx Pine Green. HEX triplet: 0B, 82 and 6E. RGB value is (11,130,110). Sum of RGB (Red+Green+Blue) = 11+130+110=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #0B826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B826E is #F47D91. Grayscale: #5C5C5C. Windows color (decimal): -16022930 or 7242251. OLE color: 7242251.

HSL color Cylindrical-coordinate representation of color #0B826E: hue angle of 169.92º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B826E is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB11130110-
CMYK0.9200.150.49
HSL169.92º84.4%27.65%-
HSV(B)169.92º91.54%50.98%-
XYZ10.9417.1617.49-
YUV92.14138.0870.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.38%
GREEN value IS 130 (51.17% from 255) = 51.79%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=4.38%
G=51.79%
B=43.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111301100.9200.150.49169.9284.427.65
HexB826E5C0F31aa541c
Octal132021561340176125212434
Binary101110000010110111010111000111111000110101010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B826E; }

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

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

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

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

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

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

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

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