#0B7573

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

Shades of Pine Green #0B7573

Tints of Pine Green #0B7573

Color information

#0B7573 (or 0x0B7573) is unknown color: approx Pine Green. HEX triplet: 0B, 75 and 73. RGB value is (11,117,115). Sum of RGB (Red+Green+Blue) = 11+117+115=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7573 is #F48A8C. Grayscale: #545454. Windows color (decimal): -16026253 or 7566603. OLE color: 7566603.

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

Color convert

RGB11117115-
CMYK0.9100.020.54
HSL178.87º82.81%25.1%-
HSV(B)178.87º90.6%45.88%-
XYZ9.5914.0318.42-
YUV85.08144.8875.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.53%
GREEN value IS 117 (46.09% from 255) = 48.15%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=4.53%
G=48.15%
B=47.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111171150.9100.020.54178.8782.8125.1
HexB75735B0236b35319
Octal13165163133026626312331
Binary101111101011110011101101101011011010110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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