#0A7967

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

Shades of Pine Green #0A7967

Tints of Pine Green #0A7967

Color information

#0A7967 (or 0x0A7967) is unknown color: approx Pine Green. HEX triplet: 0A, 79 and 67. RGB value is (10,121,103). Sum of RGB (Red+Green+Blue) = 10+121+103=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7967 is #F58698. Grayscale: #555555. Windows color (decimal): -16090777 or 6781194. OLE color: 6781194.

HSL color Cylindrical-coordinate representation of color #0A7967: hue angle of 170.27º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7967 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB10121103-
CMYK0.9200.150.53
HSL170.27º84.73%25.69%-
HSV(B)170.27º91.74%47.45%-
XYZ9.4114.7215.18-
YUV85.76137.7373.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 121 (47.66% from 255) = 51.71%
BLUE value IS 103 (40.62% from 255) = 44.02%
R=4.27%
G=51.71%
B=44.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101211030.9200.150.53170.2784.7325.69
HexA79675C0F35aa551a
Octal121711471340176525212532
Binary10101111001110011110111000111111010110101010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,121,103); }

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

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

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

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

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

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

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