#0B786C

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

Shades of Pine Green #0B786C

Tints of Pine Green #0B786C

Color information

#0B786C (or 0x0B786C) is unknown color: approx Pine Green. HEX triplet: 0B, 78 and 6C. RGB value is (11,120,108). Sum of RGB (Red+Green+Blue) = 11+120+108=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #0B786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B786C is #F48793. Grayscale: #555555. Windows color (decimal): -16025492 or 7108619. OLE color: 7108619.

HSL color Cylindrical-coordinate representation of color #0B786C: hue angle of 173.39º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B786C is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB11120108-
CMYK0.9100.100.53
HSL173.39º83.21%25.69%-
HSV(B)173.39º90.83%47.06%-
XYZ9.5614.5916.5-
YUV86.04140.3974.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.60%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=4.60%
G=50.21%
B=45.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111201080.9100.100.53173.3983.2125.69
HexB786C5B0A35ad531a
Octal131701541330126525512332
Binary10111111000110110010110110101011010110101101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,120,108); }

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

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

 a { background-color: rgb(11,120,108); }

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

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

 span { border-color: rgb(11,120,108); }

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