#0A7373

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

Shades of Pine Green #0A7373

Tints of Pine Green #0A7373

Color information

#0A7373 (or 0x0A7373) is unknown color: approx Pine Green. HEX triplet: 0A, 73 and 73. RGB value is (10,115,115). Sum of RGB (Red+Green+Blue) = 10+115+115=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #0A7373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7373 is #F58C8C. Grayscale: #535353. Windows color (decimal): -16092301 or 7566090. OLE color: 7566090.

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

Color convert

RGB10115115-
CMYK0.91000.55
HSL180º84%24.51%-
HSV(B)180º91.3%45.1%-
XYZ9.3513.5618.34-
YUV83.6145.7175.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.17%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=4.17%
G=47.92%
B=47.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101151150.91000.551808424.51
HexA73735B0037b45419
Octal12163163133006726412431
Binary10101110011111001110110110011011110110100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,115,115); }

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

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

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

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

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

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

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