#0A736C

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

Shades of Pine Green #0A736C

Tints of Pine Green #0A736C

Color information

#0A736C (or 0x0A736C) is unknown color: approx Pine Green. HEX triplet: 0A, 73 and 6C. RGB value is (10,115,108). Sum of RGB (Red+Green+Blue) = 10+115+108=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #0A736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A736C is #F58C93. Grayscale: #525252. Windows color (decimal): -16092308 or 7107338. OLE color: 7107338.

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

Color convert

RGB10115108-
CMYK0.9100.060.55
HSL176º84%24.51%-
HSV(B)176º91.3%45.1%-
XYZ8.9613.4116.3-
YUV82.81142.2176.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.29%
GREEN value IS 115 (45.31% from 255) = 49.36%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=4.29%
G=49.36%
B=46.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101151080.9100.060.551768424.51
HexA736C5B0637b05419
Octal12163154133066726012431
Binary1010111001111011001011011011011011110110000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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