#0B7770

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

Shades of Pine Green #0B7770

Tints of Pine Green #0B7770

Color information

#0B7770 (or 0x0B7770) is unknown color: approx Pine Green. HEX triplet: 0B, 77 and 70. RGB value is (11,119,112). Sum of RGB (Red+Green+Blue) = 11+119+112=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #0B7770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7770 is #F4888F. Grayscale: #555555. Windows color (decimal): -16025744 or 7370507. OLE color: 7370507.

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

Color convert

RGB11119112-
CMYK0.9100.060.53
HSL176.11º83.08%25.49%-
HSV(B)176.11º90.76%46.67%-
XYZ9.6614.4317.61-
YUV85.91142.7274.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.55%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=4.55%
G=49.17%
B=46.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111191120.9100.060.53176.1183.0825.49
HexB77705B0635b05319
Octal13167160133066526012331
Binary1011111011111100001011011011011010110110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,119,112); }

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

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

 a { background-color: rgb(11,119,112); }

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

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

 span { border-color: rgb(11,119,112); }

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