#0B736B

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

Shades of Pine Green #0B736B

Tints of Pine Green #0B736B

Color information

#0B736B (or 0x0B736B) is unknown color: approx Pine Green. HEX triplet: 0B, 73 and 6B. RGB value is (11,115,107). Sum of RGB (Red+Green+Blue) = 11+115+107=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #0B736B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B736B is #F48C94. Grayscale: #525252. Windows color (decimal): -16026773 or 7041803. OLE color: 7041803.

HSL color Cylindrical-coordinate representation of color #0B736B: hue angle of 175.38º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B736B is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11115107-
CMYK0.9000.070.55
HSL175.38º82.54%24.71%-
HSV(B)175.38º90.43%45.1%-
XYZ8.9213.3916.02-
YUV82.99141.5476.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.72%
GREEN value IS 115 (45.31% from 255) = 49.36%
BLUE value IS 107 (42.19% from 255) = 45.92%
R=4.72%
G=49.36%
B=45.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111151070.9000.070.55175.3882.5424.71
HexB736B5A0737af5319
Octal13163153132076725712331
Binary1011111001111010111011010011111011110101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,115,107); }

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

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

 a { background-color: rgb(11,115,107); }

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

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

 span { border-color: rgb(11,115,107); }

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