#0B7670

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

Shades of Pine Green #0B7670

Tints of Pine Green #0B7670

Color information

#0B7670 (or 0x0B7670) is unknown color: approx Pine Green. HEX triplet: 0B, 76 and 70. RGB value is (11,118,112). Sum of RGB (Red+Green+Blue) = 11+118+112=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7670 is #F4898F. Grayscale: #555555. Windows color (decimal): -16026000 or 7370251. OLE color: 7370251.

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

Color convert

RGB11118112-
CMYK0.9100.050.54
HSL176.64º82.95%25.29%-
HSV(B)176.64º90.68%46.27%-
XYZ9.5414.217.57-
YUV85.32143.0574.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.56%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=4.56%
G=48.96%
B=46.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111181120.9100.050.54176.6482.9525.29
HexB76705B0536b15319
Octal13166160133056626112331
Binary1011111011011100001011011010111011010110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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