Html Css Color HEX #0B786A Pine Green

📋 copy color: '#0B786A'

red 11 ◦ green 120 ◦ blue 106

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

Shades of Pine Green #0B786A

Tints of Pine Green #0B786A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.73%

R = 4.64%
G = 50.63%
B = 44.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#0B786A (or 0x0B786A) is known color: Pine Green. HEX triplet: 0B, 78 and 6A. RGB value is (11,120,106). Sum of RGB (Red+Green+Blue) = 11+120+106=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #0B786A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B786A is #F48795. Grayscale: #555555. Windows color (decimal): -16025494 or 6977547. OLE color: 6977547.

HSL color Cylindrical-coordinate representation of color #0B786A: hue angle of 172.29º 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 #0B786A is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 11 120 106 -
CMYK 0.91 0 0.12 0.53
HSL 172.29º 0.83% 0.26% -
HSV(B) 172.29º 0.91% 0.47% -
XYZ 9.46 14.54 15.94 -
YUV 85.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 11 120 106 0.91 0 0.12 0.53 172.29 0.83 0.26
Hex B 78 6A 5B 0 C 35 AC 53 1A
Octal 13 170 152 133 0 14 65 254 123 32
Binary 1011 1111000 1101010 1011011 0 1100 110101 10101100 1010011 11010

Color Harmonies of #0B786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B786A

Black with #0B786A

Text Example


Text Example

White with #0B786A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B786A;
 }
 .AnyTagClassName
 {
   color: #0B786A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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