#0B826F

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

Shades of Pine Green #0B826F

Tints of Pine Green #0B826F

Color information

#0B826F (or 0x0B826F) is unknown color: approx Pine Green. HEX triplet: 0B, 82 and 6F. RGB value is (11,130,111). Sum of RGB (Red+Green+Blue) = 11+130+111=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #0B826F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B826F is #F47D90. Grayscale: #5C5C5C. Windows color (decimal): -16022929 or 7307787. OLE color: 7307787.

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

Color convert

RGB11130111-
CMYK0.9200.150.49
HSL170.42º84.4%27.65%-
HSV(B)170.42º91.54%50.98%-
XYZ10.9917.1817.78-
YUV92.25138.5870.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.37%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=4.37%
G=51.59%
B=44.05%

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
Decimal111301110.9200.150.49170.4284.427.65
HexB826F5C0F31aa541c
Octal132021571340176125212434
Binary101110000010110111110111000111111000110101010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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