Html Css Color HEX #0B786E Pine Green

📋 copy color: '#0B786E'

red 11 ◦ green 120 ◦ blue 110

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

Shades of Pine Green #0B786E

Tints of Pine Green #0B786E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 4.56%
G = 49.79%
B = 45.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#0B786E (or 0x0B786E) is known color: Pine Green. HEX triplet: 0B, 78 and 6E. RGB value is (11,120,110). Sum of RGB (Red+Green+Blue) = 11+120+110=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #0B786E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B786E is #F48791. Grayscale: #565656. Windows color (decimal): -16025490 or 7239691. OLE color: 7239691.

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

Color convert

RGB 11 120 110 -
CMYK 0.91 0 0.08 0.53
HSL 174.5º 0.83% 0.26% -
HSV(B) 174.5º 0.91% 0.47% -
XYZ 9.67 14.63 17.07 -
YUV 86.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 11 120 110 0.91 0 0.08 0.53 174.5 0.83 0.26
Hex B 78 6E 5B 0 8 35 AE 53 1A
Octal 13 170 156 133 0 10 65 256 123 32
Binary 1011 1111000 1101110 1011011 0 1000 110101 10101110 1010011 11010

Color Harmonies of #0B786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B786E

Black with #0B786E

Text Example


Text Example

White with #0B786E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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