Html Css Color HEX #0B786C Pine Green

📋 copy color: '#0B786C'

red 11 ◦ green 120 ◦ blue 108

#0B786C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #0B786C

Tints of Pine Green #0B786C

RGB

 RED value IS 11 (4.69% from 255) = 4.6%

 GREEN value IS 120 (47.27% from 255) = 50.21%

 BLUE value IS 108 (42.58% from 255) = 45.19%

R = 4.6%
G = 50.21%
B = 45.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#0B786C (or 0x0B786C) is known color: 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

RGB 11 120 108 -
CMYK 0.91 0 0.10 0.53
HSL 173.39º 0.83% 0.26% -
HSV(B) 173.39º 0.91% 0.47% -
XYZ 9.56 14.59 16.5 -
YUV 86.04 140.39 74.48 -
System Red Green Blue C M Y K H S L
Decimal 11 120 108 0.91 0 0.10 0.53 173.39 0.83 0.26
Hex B 78 6C 5B 0 A 35 AD 53 1A
Octal 13 170 154 133 0 12 65 255 123 32
Binary 1011 1111000 1101100 1011011 0 1010 110101 10101101 1010011 11010

Color Harmonies of #0B786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B786C

Black with #0B786C

Text Example


Text Example

White with #0B786C

Text Example


Text Example

HTML Codes & Css Web 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>